Home
last modified time | relevance | path

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

/external/tesseract/ccmain/
Dapplybox.cpp130 inT16 *tgt_char_counts = NULL; // No. of box samples in apply_boxes() local
166 tgt_char_counts = new inT16[MAX_NUM_CLASSES]; in apply_boxes()
168 tgt_char_counts[i] = 0; in apply_boxes()
174 tgt_char_counts[uch_id]++; in apply_boxes()
196 boxfile_lineno, boxfile_charno, tgt_char_counts, low_exposure, true); in apply_boxes()
205 tgt_char_counts, in apply_boxes()
226 delete[] tgt_char_counts; in apply_boxes()
429 inT16 *tgt_char_counts, in resegment_box() argument
588 tgt_char_counts[fragment_uch_id]++; in resegment_box()
709 inT16 *tgt_char_counts, in tidy_up() argument
[all …]
Dapplybox.h72 inT16 *tgt_char_counts,
81 inT16 *tgt_char_counts,