Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Dmatrix.h31 static const int NOT_CLASSIFIED = 0; variable
44 this->put(x, y, NOT_CLASSIFIED); in GENERIC_MATRIX()
71 if (matrix_cell != NOT_CLASSIFIED) in delete_matrix_pointers()
Dmatrix.cpp44 if (rating != NOT_CLASSIFIED) { in print()
Dheuristic.cpp208 if (blob_choices != NOT_CLASSIFIED && blob_choices->length() > 0) { in rating_priority()
Dpieces.cpp324 if (choices == NOT_CLASSIFIED) { in get_piece_rating()
Dbestfirst.cpp744 if (choices_ptr != NOT_CLASSIFIED) { in join_blobs_and_classify()