OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
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