Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dtordmain.cpp620 inT32 trans_count = 0; //no of transitions in clean_noise_from_row() local
680 trans_count = blob->count_transitions (trans_threshold); in clean_noise_from_row()
681 if (trans_count < textord_noise_translimit) in clean_noise_from_row()
692 blob_box.top (), blob->out_list ()->length (), trans_count, in clean_noise_from_row()
729 inT32 trans_count; //no of transitions in clean_noise_from_words() local
791 trans_count = blob->count_transitions (trans_threshold); in clean_noise_from_words()
792 if (trans_count < textord_noise_translimit) in clean_noise_from_words()