![]() |
Leptonica 1.68
C Image Processing Library
|
Regression test for expanded dwa morph operations. More...
#include <stdio.h>#include <stdlib.h>#include "allheaders.h"Go to the source code of this file.
Defines | |
| #define | TIMING 0 |
| #define | FASTER_TEST 1 |
| #define | SLOWER_TEST 1 |
| #define | TEST_SYMMETRIC 0 |
Functions | |
| l_int32 | DoComparisonDwa1 (PIX *pixs, PIX *pixt1, PIX *pixt2, PIX *pixt3, PIX *pixt4, PIX *pixt5, PIX *pixt6, l_int32 isize) |
| l_int32 | DoComparisonDwa2 (PIX *pixs, PIX *pixt1, PIX *pixt2, PIX *pixt3, PIX *pixt4, PIX *pixt5, PIX *pixt6, l_int32 size) |
| l_int32 | PixCompareDwa (l_int32 size, const char *type, PIX *pixt1, PIX *pixt2, PIX *pixt3, PIX *pixt4, PIX *pixt5, PIX *pixt6) |
| main (int argc, char **argv) | |
Regression test for expanded dwa morph operations.
Definition in file binmorph5_reg.c.
| #define TIMING 0 |
Definition at line 36 of file binmorph5_reg.c.
| #define FASTER_TEST 1 |
Definition at line 37 of file binmorph5_reg.c.
| #define SLOWER_TEST 1 |
Definition at line 38 of file binmorph5_reg.c.
| #define TEST_SYMMETRIC 0 |
Definition at line 48 of file binmorph5_reg.c.
| l_int32 DoComparisonDwa1 | ( | PIX * | pixs, |
| PIX * | pixt1, | ||
| PIX * | pixt2, | ||
| PIX * | pixt3, | ||
| PIX * | pixt4, | ||
| PIX * | pixt5, | ||
| PIX * | pixt6, | ||
| l_int32 | isize | ||
| ) |
| l_int32 DoComparisonDwa2 | ( | PIX * | pixs, |
| PIX * | pixt1, | ||
| PIX * | pixt2, | ||
| PIX * | pixt3, | ||
| PIX * | pixt4, | ||
| PIX * | pixt5, | ||
| PIX * | pixt6, | ||
| l_int32 | size | ||
| ) |
| l_int32 PixCompareDwa | ( | l_int32 | size, |
| const char * | type, | ||
| PIX * | pixt1, | ||
| PIX * | pixt2, | ||
| PIX * | pixt3, | ||
| PIX * | pixt4, | ||
| PIX * | pixt5, | ||
| PIX * | pixt6 | ||
| ) |
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 52 of file binmorph5_reg.c.
References DoComparisonDwa1(), DoComparisonDwa2(), getExtendedCompositeParameters(), pixAddBorder(), pixCreateTemplateNoInit(), pixDestroy(), pixRead(), pixTransferAllData(), resetMorphBoundaryCondition(), selectComposableSizes(), size, and SYMMETRIC_MORPH_BC.