Leptonica 1.68
C Image Processing Library

equal_reg.c File Reference

Tests the pixEqual() function in many situations. This also tests the quantization of grayscale and color images (to generate a colormapped image), and removal of the colormap to either RGB or grayscale. More...

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

Go to the source code of this file.

Defines

#define FEYN1   "feyn.tif"
#define DREYFUS2   "dreyfus2.png"
#define DREYFUS4   "dreyfus4.png"
#define DREYFUS8   "dreyfus8.png"
#define KAREN8   "karen8.jpg"
#define MARGE32   "marge.jpg"

Functions

 main (int argc, char **argv)

Detailed Description

Tests the pixEqual() function in many situations. This also tests the quantization of grayscale and color images (to generate a colormapped image), and removal of the colormap to either RGB or grayscale.

Definition in file equal_reg.c.


Define Documentation

#define FEYN1   "feyn.tif"

Definition at line 31 of file equal_reg.c.

Referenced by main().

#define DREYFUS2   "dreyfus2.png"

Definition at line 32 of file equal_reg.c.

Referenced by main().

#define DREYFUS4   "dreyfus4.png"

Definition at line 33 of file equal_reg.c.

Referenced by main().

#define DREYFUS8   "dreyfus8.png"

Definition at line 34 of file equal_reg.c.

Referenced by main().

#define KAREN8   "karen8.jpg"

Definition at line 35 of file equal_reg.c.

Referenced by main().

#define MARGE32   "marge.jpg"

Definition at line 36 of file equal_reg.c.

Referenced by main().


Function Documentation

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines