Go to the documentation of this file.
17 #ifndef TESSERACT_CLASSIFY_SAMPLEITERATOR_H_
18 #define TESSERACT_CLASSIFY_SAMPLEITERATOR_H_
26 class TrainingSampleSet;
27 class UnicharAndFonts;
138 return *charset_map_;
182 int shape_char_index_;
183 int num_shape_chars_;
185 int shape_font_index_;
186 int num_shape_fonts_;
195 #endif // TESSERACT_CLASSIFY_SAMPLEITERATOR_H_