mirror of
https://github.com/boostorg/gil.git
synced 2026-01-31 20:22:09 +00:00
* Added all missing examples, dodgy Jamfile still * Fixed attributions and Jamfile indent * One readme per example: synopsis, build and exec reqs * Cleaned up example/convolve2d.cpp * Added example target to root Jamfile Closes #436
774 B
774 B
Histogram Equalization
Histogram equalization capabilities in GIL are demonstrated by the program histogram_equalization, compiled from the sources example/histogram_equalization.cpp.
Synopsis
histogram_equalization
The program doesn't take any argument on the command line.
histogram_equalization expects to find an image called test_adaptive.png in the current directory, and produces an image in return, where the equalization have been applied: histogram_gray_equalized.png.
Specific requirements
Build requirements
- A C++ compiler compliant with C++11 or above
- The PNG library installed and configured.
Execution requirements
histogram_equalizationexpects to find an image calledtest_adaptive.pngin the current directory.