command-line interface More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "retinex_pde_lib.h"#include "io_png.h"#include "norm.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *const *argv) |
| main function call | |
command-line interface
The input image is processed by the retinex transform, then normalized to have the same mean and variance as the input image.
Definition in file retinex_pde.c.
| int main | ( | int | argc, | |
| char *const * | argv | |||
| ) |
main function call
Definition at line 47 of file retinex_pde.c.

1.7.1