Leptonica 1.68
C Image Processing Library
|
Thorough regression test for binary separable rasterops, using the sequence interpreters. This compares the results for 2-way composite Sels with unitary Sels, all invoked on the separable block morph ops. More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
static void | writeResult (char *sequence, l_int32 same) |
main (int argc, char **argv) | |
Variables | |
static const l_int32 | MAX_SEL_SIZE = 120 |
Thorough regression test for binary separable rasterops, using the sequence interpreters. This compares the results for 2-way composite Sels with unitary Sels, all invoked on the separable block morph ops.
Definition in file binmorph2_reg.c.
static void writeResult | ( | char * | sequence, |
l_int32 | same | ||
) | [static] |
Definition at line 206 of file binmorph2_reg.c.
Referenced by main().
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 32 of file binmorph2_reg.c.
References FALSE, L_HORIZ, lept_free(), MAX_SEL_SIZE, NULL, pixDestroy(), pixEqual(), pixMorphCompSequence(), pixMorphCompSequenceDwa(), pixMorphSequence(), pixRead(), selaAddBasic(), selaDestroy(), selaWrite(), selDestroy(), selectComposableSels(), selectComposableSizes(), selPrintToString(), TRUE, and writeResult().
const l_int32 MAX_SEL_SIZE = 120 [static] |
Definition at line 27 of file binmorph2_reg.c.
Referenced by main().