Automatic Color Enhancement
|
struct of program parameters More...
Data Fields | |
char * | input_file |
Input file name. | |
char * | output_file |
Output file name. | |
int | jpeg_quality |
Quality for saving JPEG images (0 to 100) | |
float | alpha |
Slope parameter, larger implies stronger in enhancement. | |
char * | omega_string |
Spatial weighting . | |
char * | method |
method: polynomial or interpolation | |
int | method_param |
method param | |
long | num_bins |
Number of histogram bins. | |