This document summarizes a student's work on an image processing homework assignment. The student was tasked with using histogram equalization techniques to reveal a hidden message in an provided image. The student wrote MATLAB code to perform histogram equalization on the full image and sections of the image. Equalizing the entire image did not clearly show the message, but equalizing a section revealed the word "Congratulation!" more clearly. Further dividing and equalizing the section produced the best results, mostly revealing the hidden message. The student concluded more practice with histogram equalization and combining it with other transformations could improve the results.