![]() |
Leptonica 1.68
C Image Processing Library
|
Basic regression test for erosion & dilation: rasterops & dwa. Tests erosion and dilation from 58 structuring elements by comparing the full image rasterop results with the automatically generated dwa results. More...
#include <stdio.h>#include <stdlib.h>#include "allheaders.h"Go to the source code of this file.
Functions | |
| main (int argc, char **argv) | |
Variables | |
| LEPT_DLL l_int32 | MORPH_BC |
Basic regression test for erosion & dilation: rasterops & dwa. Tests erosion and dilation from 58 structuring elements by comparing the full image rasterop results with the automatically generated dwa results.
Definition in file fmorphauto_reg.c.
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 36 of file fmorphauto_reg.c.
References ASYMMETRIC_MORPH_BC, ERROR_INT, filein, L_MORPH_DILATE, L_MORPH_ERODE, MORPH_BC, NULL, pixAddBorder(), pixCountPixels(), pixDestroy(), pixDilate(), pixErode(), pixFMorphopGen_1(), pixRead(), pixRemoveBorder(), pixXor(), pixZero(), resetMorphBoundaryCondition(), selaAddBasic(), selaGetCount(), selaGetSel(), selGetName(), and SYMMETRIC_MORPH_BC.
Definition at line 160 of file morph.c.
Referenced by getMorphBorderPixelColor(), main(), pixCloseSafe(), pixCloseSafeBrick(), pixCloseSafeCompBrick(), pixErode(), and resetMorphBoundaryCondition().