Launcher

Type to filter results. Use arrow keys to navigate, Enter to select.

Preferences

You've reached the end of the results

Project Overview

A university coursework project implementing color image equalization from first principles: reading raw PPM image data, computing color histograms, and redistributing pixel intensities to improve image contrast.

Source Code Repository

Technical Details

  • Written in C++ with a custom PPM file reader/writer (ppmreader.cpp) — no image processing libraries used.
  • Built with CMake/Makefile.
  • Tested against the classic “Mandrill” test image.

References