Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Dfindseam.cpp140 void junk_worst_seam(SEAM_QUEUE seams, SEAM *new_seam, float new_priority) { in junk_worst_seam() argument
147 HeapPush (seams, new_priority, (char *) new_seam); in junk_worst_seam()
150 delete_seam(new_seam); in junk_worst_seam()
183 seam = new_seam (my_priority, in choose_best_seam()
Dfindseam.h41 void junk_worst_seam(SEAM_QUEUE seams, SEAM *new_seam, float new_priority);
Dseam.h123 SEAM *new_seam(PRIORITY priority,
Dseam.cpp375 SEAM *new_seam(PRIORITY priority, in new_seam() function
Dchopper.cpp800 new_seam (0.0, location, NULL, NULL, NULL)); in start_seam_list()