Home
last modified time | relevance | path

Searched refs:L_HORIZ (Results 1 – 10 of 10) sorted by relevance

/external/tesseract/liblept/
Dgraymorph.c126 erodeGrayLow(datat, w, h, wplt, datab, wplb, hsize, L_HORIZ, in pixErodeGray()
132 erodeGrayLow(datat, w, h, wplt, datab, wplb, hsize, L_HORIZ, in pixErodeGray()
236 dilateGrayLow(datat, w, h, wplt, datab, wplb, hsize, L_HORIZ, in pixDilateGray()
242 dilateGrayLow(datat, w, h, wplt, datab, wplb, hsize, L_HORIZ, in pixDilateGray()
347 erodeGrayLow(datat, w, h, wplt, datab, wplb, hsize, L_HORIZ, in pixOpenGray()
351 dilateGrayLow(datab, w, h, wplb, datat, wplt, hsize, L_HORIZ, in pixOpenGray()
363 erodeGrayLow(datat, w, h, wplt, datab, wplb, hsize, L_HORIZ, in pixOpenGray()
371 dilateGrayLow(datat, w, h, wplt, datab, wplb, hsize, L_HORIZ, in pixOpenGray()
474 dilateGrayLow(datat, w, h, wplt, datab, wplb, hsize, L_HORIZ, in pixCloseGray()
478 erodeGrayLow(datab, w, h, wplb, datat, wplt, hsize, L_HORIZ, in pixCloseGray()
[all …]
Dmorph.c1022 if (direction != L_HORIZ && direction != L_VERT) in selectComposableSels()
1029 if (direction == L_HORIZ) in selectComposableSels()
1192 selectComposableSels(hsize, L_HORIZ, &selh1, &selh2); in pixDilateCompBrick()
1290 selectComposableSels(hsize, L_HORIZ, &selh1, &selh2); in pixErodeCompBrick()
1381 selectComposableSels(hsize, L_HORIZ, &selh1, &selh2); in pixOpenCompBrick()
1480 selectComposableSels(hsize, L_HORIZ, &selh1, &selh2); in pixCloseCompBrick()
1594 selectComposableSels(hsize, L_HORIZ, &selh1, &selh2); in pixCloseSafeCompBrick()
Dmorph.h121 L_HORIZ = 1, enumerator
Dgraymorphlow.c131 if (direction == L_HORIZ) { in dilateGrayLow()
247 if (direction == L_HORIZ) { in erodeGrayLow()
Dsel1.c449 if (direction != L_HORIZ && direction != L_VERT) in selCreateComb()
453 if (direction == L_HORIZ) { in selCreateComb()
469 if (direction == L_HORIZ) in selCreateComb()
946 if (direction != L_HORIZ && direction != L_VERT) in selaGetCombName()
950 if (direction == L_HORIZ) in selaGetCombName()
1007 nameh2 = selaGetCombName(selacomb, size1 * size2, L_HORIZ); in selaComputeCompositeParameters()
Denhance.c943 if (direction != L_HORIZ && direction != L_VERT && in pixUnsharpMaskingFast()
1010 if (direction != L_HORIZ && direction != L_VERT && in pixUnsharpMaskingGrayFast()
1084 if (direction == L_HORIZ) { in pixUnsharpMaskingGray1D()
Dsel2.c295 selectComposableSels(i, L_HORIZ, NULL, &selh); in selaAddDwaCombs()
Dmorphapp.c867 if (direction != L_HORIZ && direction != L_VERT) in pixRunHistogramMorph()
877 if (direction == L_HORIZ) in pixRunHistogramMorph()
Dpix3.c729 if (searchdir != L_HORIZ && searchdir != L_VERT) in pixPaintSelfThroughMask()
1754 if (searchdir == L_HORIZ) { in findTilePatchCenter()
/external/tesseract/include/
Dmorph.h121 L_HORIZ = 1, enumerator