Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Dchop.h39 typedef HEAP *POINT_GROUP; typedef
95 void add_point_to_list(POINT_GROUP point_list, EDGEPT *point);
107 void prioritize_points(TESSLINE *outline, POINT_GROUP points);
109 void new_min_point(EDGEPT *local_min, POINT_GROUP points);
111 void new_max_point(EDGEPT *local_max, POINT_GROUP points);
Dchop.cpp107 void add_point_to_list(POINT_GROUP point_list, EDGEPT *point) { in add_point_to_list()
262 void prioritize_points(TESSLINE *outline, POINT_GROUP points) { in prioritize_points()
328 void new_min_point(EDGEPT *local_min, POINT_GROUP points) { in new_min_point()
352 void new_max_point(EDGEPT *local_max, POINT_GROUP points) { in new_max_point()
Dfindseam.cpp375 POINT_GROUP point_heap; in pick_good_seam()