![]() |
Leptonica 1.68
C Image Processing Library
|
Tests color image morphology. More...
#include <stdio.h>#include <stdlib.h>#include "allheaders.h"Go to the source code of this file.
Defines | |
| #define | L_BUF_SIZE 256 |
Functions | |
| static void | pixCompare (PIX *pix, PIX *pix2, const char *msg1, const char *msg2) |
| main (int argc, char **argv) | |
Tests color image morphology.
Definition in file colormorphtest.c.
| #define L_BUF_SIZE 256 |
Definition at line 28 of file colormorphtest.c.
Referenced by main().
Definition at line 86 of file colormorphtest.c.
References pixDisplayWrite(), and pixEqual().
Referenced by main().
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 31 of file colormorphtest.c.
References buf, ERROR_INT, filein, L_BUF_SIZE, L_MORPH_CLOSE, L_MORPH_DILATE, L_MORPH_ERODE, L_MORPH_OPEN, NULL, pixColorMorph(), pixColorMorphSequence(), pixCompare(), pixDestroy(), pixDisplayMultiple(), pixRead(), and size.