Home
last modified time | relevance | path

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

/external/tesseract/ccstruct/
Dquspline.cpp25 #define QSPLINE_PRECISION 16 //no of steps to draw macro
371 xcoords[segment]) / QSPLINE_PRECISION; in plot()
373 for (step = 0; step <= QSPLINE_PRECISION; step++) { in plot()