Leptonica 1.68
C Image Processing Library

colormorphtest.c File Reference

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)

Detailed Description

Tests color image morphology.

Definition in file colormorphtest.c.


Define Documentation

#define L_BUF_SIZE   256

Definition at line 28 of file colormorphtest.c.

Referenced by main().


Function Documentation

static void pixCompare ( PIX pix,
PIX pix2,
const char *  msg1,
const char *  msg2 
) [static]

Definition at line 86 of file colormorphtest.c.

References pixDisplayWrite(), and pixEqual().

Referenced by main().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines