Leptonica 1.68
C Image Processing Library

gammatest.c File Reference

Exploration of gamma adjustment using pixGammaTRC() and numaGammaTRC(). More...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "allheaders.h"

Go to the source code of this file.

Defines

#define NPLOTS   5
#define MINVAL   30
#define MAXVAL   210

Functions

 main (int argc, char **argv)

Detailed Description

Exploration of gamma adjustment using pixGammaTRC() and numaGammaTRC().

Definition in file gammatest.c.


Define Documentation

#define NPLOTS   5

Definition at line 26 of file gammatest.c.

Referenced by main().

#define MINVAL   30

Definition at line 28 of file gammatest.c.

Referenced by main().

#define MAXVAL   210

Definition at line 29 of file gammatest.c.

Referenced by main().


Function Documentation

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines