ColorContrast
|
Main file for contrast_enhancement. More...
#include <inout.h>
#include <Image.h>
#include <contrast_enhancement.h>
#include <omp.h>
Functions | |
void | how_to_use () |
Function that displays how to correctly use the program. | |
int | main (int argc, char **argv) |
Main function. More... | |
Main file for contrast_enhancement.
This file deals with I/O and calls the local contrast enhacement algorithm with an RGB color image. It defines the main function called from the command-line with some arguments.
int main | ( | int | argc, |
char ** | argv | ||
) |
Main function.
The main function is used to: