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

これは cv::text::OCRTesseract の全メンバ(継承メンバを含む)の一覧である。

create(const char *datapath=NULL, const char *language=NULL, const char *char_whitelist=NULL, int oem=OEM_DEFAULT, int psmode=PSM_AUTO)cv::text::OCRTesseractstatic
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::OCRTesseractvirtual
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::OCRTesseractvirtual
run(InputArray image, int min_confidence, int component_level=0)cv::text::OCRTesseract
run(InputArray image, InputArray mask, int min_confidence, int component_level=0)cv::text::OCRTesseract
setWhiteList(const String &char_whitelist)=0cv::text::OCRTesseractpure virtual
~BaseOCR()cv::text::BaseOCRinlinevirtual