Searched refs:norient (Results 1 – 3 of 3) sorted by relevance
/external/tesseract/liblept/ |
D | sel2.c | 336 l_int32 norient, in selaAddCrossJunctions() argument 352 if (norient < 1 || norient > 8) in selaAddCrossJunctions() 362 radincr = halfpi / (l_float64)norient; in selaAddCrossJunctions() 369 pixa = pixaCreate(norient); in selaAddCrossJunctions() 370 for (i = 0; i < norient; i++) { in selaAddCrossJunctions() 458 l_int32 norient, in selaAddTJunctions() argument 474 if (norient < 1 || norient > 8) in selaAddTJunctions() 484 radincr = halfpi / (l_float32)norient; in selaAddTJunctions() 491 pixa = pixaCreate(4 * norient); in selaAddTJunctions() 492 for (i = 0; i < norient; i++) { in selaAddTJunctions()
|
D | leptprotos.h | 1527 …dCrossJunctions ( SELA *sela, l_float32 hlsize, l_float32 mdist, l_int32 norient, l_int32 debugfla… 1528 …laAddTJunctions ( SELA *sela, l_float32 hlsize, l_float32 mdist, l_int32 norient, l_int32 debugfla…
|
/external/tesseract/include/ |
D | leptprotos.h | 1472 …dCrossJunctions ( SELA *sela, l_float32 hlsize, l_float32 mdist, l_int32 norient, l_int32 debugfla… 1473 …laAddTJunctions ( SELA *sela, l_float32 hlsize, l_float32 mdist, l_int32 norient, l_int32 debugfla…
|