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

これは cv::text::OCRHMMDecoder の全メンバーの一覧であり、継承メンバーもすべて含む。

classifiercv::text::OCRHMMDecoderprotected
create(const Ptr< OCRHMMDecoder::ClassifierCallback > classifier, const String &vocabulary, InputArray transition_probabilities_table, InputArray emission_probabilities_table, int mode=OCR_DECODER_VITERBI)cv::text::OCRHMMDecoderstatic
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::OCRHMMDecoderstatic
emission_pcv::text::OCRHMMDecoderprotected
modecv::text::OCRHMMDecoderprotected
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::OCRHMMDecodervirtual
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::OCRHMMDecodervirtual
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_pcv::text::OCRHMMDecoderprotected
vocabularycv::text::OCRHMMDecoderprotected
~BaseOCR()cv::text::BaseOCRinlinevirtual