OpenCV
4.0.0
Open Source Computer Vision
|
This is the complete list of members for cv::text::OCRHMMDecoder, including all inherited members.
classifier | cv::text::OCRHMMDecoder | protected |
create(const Ptr< OCRHMMDecoder::ClassifierCallback > classifier, const String &vocabulary, InputArray transition_probabilities_table, InputArray emission_probabilities_table, int mode=OCR_DECODER_VITERBI) | cv::text::OCRHMMDecoder | static |
create(const String &filename, const String &vocabulary, InputArray transition_probabilities_table, InputArray emission_probabilities_table, int mode=OCR_DECODER_VITERBI, int classifier=OCR_KNN_CLASSIFIER) | cv::text::OCRHMMDecoder | static |
emission_p | cv::text::OCRHMMDecoder | protected |
mode | cv::text::OCRHMMDecoder | protected |
run(Mat &image, std::string &output_text, std::vector< Rect > *component_rects=NULL, std::vector< std::string > *component_texts=NULL, std::vector< float > *component_confidences=NULL, int component_level=0) CV_OVERRIDE | cv::text::OCRHMMDecoder | virtual |
run(Mat &image, Mat &mask, std::string &output_text, std::vector< Rect > *component_rects=NULL, std::vector< std::string > *component_texts=NULL, std::vector< float > *component_confidences=NULL, int component_level=0) CV_OVERRIDE | cv::text::OCRHMMDecoder | virtual |
run(InputArray image, int min_confidence, int component_level=0) | cv::text::OCRHMMDecoder | |
run(InputArray image, InputArray mask, int min_confidence, int component_level=0) | cv::text::OCRHMMDecoder | |
transition_p | cv::text::OCRHMMDecoder | protected |
vocabulary | cv::text::OCRHMMDecoder | protected |
~BaseOCR() | cv::text::BaseOCR | inlinevirtual |