#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/MathOps.H"
#include "Raster/Raster.H"
#include "Util/log.H"
#include "Util/StringConversions.H"
#include <string>
#include <cstdio>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
do the gamma correction in the HSV space
Definition in file app-gamma-correction.C.