OpenCV  4.10.0
开源计算机视觉库
加载中...
搜索中...
无匹配项
cv::text::OCRBeamSearchDecoder 成员列表

这是 cv::text::OCRBeamSearchDecoder 的完整成员列表,包括所有继承的成员。

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