OpenCV
4.0.0
Open Source Computer Vision
|
This is the complete list of members for cv::text::OCRBeamSearchDecoder, including all inherited members.
beam_size | cv::text::OCRBeamSearchDecoder | protected |
classifier | cv::text::OCRBeamSearchDecoder | protected |
create(const Ptr< OCRBeamSearchDecoder::ClassifierCallback > classifier, const std::string &vocabulary, InputArray transition_probabilities_table, InputArray emission_probabilities_table, decoder_mode mode=OCR_DECODER_VITERBI, int beam_size=500) | cv::text::OCRBeamSearchDecoder | static |
create(const Ptr< OCRBeamSearchDecoder::ClassifierCallback > classifier, const String &vocabulary, InputArray transition_probabilities_table, InputArray emission_probabilities_table, int mode=OCR_DECODER_VITERBI, int beam_size=500) | cv::text::OCRBeamSearchDecoder | static |
create(const String &filename, const String &vocabulary, InputArray transition_probabilities_table, InputArray emission_probabilities_table, int mode=OCR_DECODER_VITERBI, int beam_size=500) | cv::text::OCRBeamSearchDecoder | static |
emission_p | cv::text::OCRBeamSearchDecoder | protected |
mode | cv::text::OCRBeamSearchDecoder | 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::OCRBeamSearchDecoder | 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::OCRBeamSearchDecoder | virtual |
run(InputArray image, int min_confidence, int component_level=0) | cv::text::OCRBeamSearchDecoder | |
run(InputArray image, InputArray mask, int min_confidence, int component_level=0) | cv::text::OCRBeamSearchDecoder | |
transition_p | cv::text::OCRBeamSearchDecoder | protected |
vocabulary | cv::text::OCRBeamSearchDecoder | protected |
~BaseOCR() | cv::text::BaseOCR | inlinevirtual |