Home
last modified time | relevance | path

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

/external/tesseract/ccmain/
Dcharsample.cpp47 n_samples_matched = 0; in ELISTIZE()
58 n_samples_matched = 0; in CHAR_SAMPLE()
69 n_samples_matched = 0; in CHAR_SAMPLE()
102 n_samples_matched++; in match_sample()
111 if (n_samples_matched > 0) in mean_score()
112 return (total_match_scores / n_samples_matched); in mean_score()
121 if (n_samples_matched > 0) { in variance()
122 return (sumsq_match_scores / n_samples_matched) - mean * mean; in variance()
133 if (n_samples_matched > 0) in print()
136 " blobs, mean: %f, var: %f\n", ch, n_samples_matched, in print()
[all …]
Dcharsample.h74 return n_samples_matched; in n_matches()
105 inT32 n_samples_matched; variable