OpenCV  4.5.2
Open Source Computer Vision
cv::text::OCRBeamSearchDecoder Member List

This is the complete list of members for cv::text::OCRBeamSearchDecoder, including all inherited members.

beam_sizecv::text::OCRBeamSearchDecoderprotected
classifiercv::text::OCRBeamSearchDecoderprotected
create(const Ptr< OCRBeamSearchDecoder::ClassifierCallback > classifier, const std::string &vocabulary, InputArray transition_probabilities_table, InputArray emission_probabilities_table, text::decoder_mode mode=OCR_DECODER_VITERBI, int beam_size=500)cv::text::OCRBeamSearchDecoderstatic
create(const String &filename, const String &vocabulary, InputArray transition_probabilities_table, InputArray emission_probabilities_table, text::decoder_mode mode=OCR_DECODER_VITERBI, int beam_size=500)cv::text::OCRBeamSearchDecoderstatic
emission_pcv::text::OCRBeamSearchDecoderprotected
modecv::text::OCRBeamSearchDecoderprotected
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_OVERRIDEcv::text::OCRBeamSearchDecodervirtual
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_OVERRIDEcv::text::OCRBeamSearchDecodervirtual
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_pcv::text::OCRBeamSearchDecoderprotected
vocabularycv::text::OCRBeamSearchDecoderprotected
~BaseOCR()cv::text::BaseOCRinlinevirtual