Home
last modified time | relevance | path

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

/external/tesseract/textord/
Doldbasel.cpp356 int pointcount; /*no of coords */ in find_textlines() local
394 pointcount = partition_coords (blobcoords, blobcount, in find_textlines()
398 degree, pointcount, xstarts); in find_textlines()
402 xcoords, ycoords, pointcount, degree); in find_textlines()
1098 int pointcount; /*no of points */ in partition_coords() local
1100 pointcount = 0; in partition_coords()
1104 xcoords[pointcount] = (blobcoords[blobindex].left () + blobcoords[blobindex].right ()) >> 1; in partition_coords()
1105 ycoords[pointcount++] = blobcoords[blobindex].bottom (); in partition_coords()
1108 return pointcount; /*no of points found */ in partition_coords()
1125 int degree, int pointcount, /*no of points */ in segment_spline() argument
[all …]
Doldbasel.h142 int degree, int pointcount, /*no of points */
/external/tesseract/ccstruct/
Dquspline.cpp66 int ypts[], int pointcount, //no of pts in QSPLINE() argument
80 for (segment = 0, pointindex = 0; pointindex < pointcount; pointindex++) { in QSPLINE()
109 if (pointindex > 0 && pointindex < pointcount in QSPLINE()