Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Doutlines.h71 #define closest(test_p,p1,p2) \ argument
74 ((dist_square (test_p->pos, p1->pos) < \
75 dist_square (test_p->pos, p2->pos)) ? \
/external/tesseract/training/
Dcommontraining.cpp479 PROTOTYPE* test_p = (PROTOTYPE *) first_node (list_it); in MergeInsignificantProtos() local
480 if (test_p != Prototype && !test_p->Merged) { in MergeInsignificantProtos()
483 Prototype->Mean, test_p->Mean); in MergeInsignificantProtos()
485 best_match = test_p; in MergeInsignificantProtos()