Leptonica 1.68
C Image Processing Library

falsecolortest.c File Reference

Demonstrates conversion from grayscale to false color using pixConvertGrayToFalseColor(), where the colormap is modeled after the Matlab "jet" configuration. More...

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

Go to the source code of this file.

Defines

#define DEPTH   16
#define WIDTH   768
#define HEIGHT   100

Functions

 main (int argc, char **argv)

Detailed Description

Demonstrates conversion from grayscale to false color using pixConvertGrayToFalseColor(), where the colormap is modeled after the Matlab "jet" configuration.

Definition in file falsecolortest.c.


Define Documentation

#define DEPTH   16

Definition at line 25 of file falsecolortest.c.

Referenced by main().

#define WIDTH   768

Definition at line 26 of file falsecolortest.c.

Referenced by main().

#define HEIGHT   100

Definition at line 27 of file falsecolortest.c.

Referenced by main().


Function Documentation

main ( int  argc,
char **  argv 
)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines