Leptonica 1.68
C Image Processing Library
|
Tests the function that combines boxes that overlap into their bounding regions. More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const l_float32 | maxsize [] = {5.0, 10.0, 15.0, 20.0, 25.0, 26.0, 27.0} |
Tests the function that combines boxes that overlap into their bounding regions.
Definition in file overlap_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 29 of file overlap_reg.c.
References boxaAddBox(), boxaCombineOverlaps(), boxaCreate(), boxaDestroy(), boxaGetCount(), boxCreate(), L_RegParams::display, IFF_PNG, L_INSERT, L_SET_PIXELS, maxsize, NULL, pixaAddPix(), pixaCreate(), pixaDestroy(), pixaDisplayTiledInRows(), pixCreate(), pixDestroy(), pixDisplayWithTitle(), pixRenderBoxa(), regTestCleanup(), regTestSetup(), regTestWritePixAndCheck(), HeapElement::x, and HeapElement::y.
Definition at line 26 of file overlap_reg.c.
Referenced by decodeAscii85(), encodeAscii85(), main(), numaMakeHistogramClipped(), numaQuantizeCrossingsByWidth(), pixCloseGray(), pixDilateGray(), pixErodeGray(), pixGetWordBoxesInTextlines(), pixGetWordsInTextlines(), pixOpenGray(), pixRunlengthTransform(), and pixWordMaskByDilation().