ColorContrast
Functions
main_contrast_enhancement_cmd.cpp File Reference

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...
 

Detailed Description

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.

Author
Sira Ferradans and Rodrigo Palma-Amestoy

Function Documentation

int main ( int  argc,
char **  argv 
)

Main function.

The main function is used to:

  • get, and check command-line parameters.
  • load the image and polynom.
  • launch the contrast enhancement process.