Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dtordmain.cpp619 inT32 blob_size; //biggest size in clean_noise_from_row() local
653 blob_size = in clean_noise_from_row()
657 if (blob_size < textord_noise_sizelimit * row->x_height ()) in clean_noise_from_row()
674 blob_size = in clean_noise_from_row()
677 if (blob_size >= textord_noise_sizelimit * row->x_height () in clean_noise_from_row()
678 && blob_size < row->x_height () * 2) { in clean_noise_from_row()
679 trans_threshold = blob_size / textord_noise_sizefraction; in clean_noise_from_row()
728 inT32 blob_size; //biggest size in clean_noise_from_words() local
764 blob_size = in clean_noise_from_words()
768 if (blob_size < textord_noise_sizelimit * row->x_height ()) in clean_noise_from_words()
[all …]