Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dmakerow.cpp964 inT32 next_dist; //to next dropout in compute_dropout_distances() local
983 next_dist = 1; in compute_dropout_distances()
984 while (next_dist < -distance && back_index >= 0) { in compute_dropout_distances()
985 thresholds[back_index] = next_dist; in compute_dropout_distances()
987 next_dist++; in compute_dropout_distances()