OpenCV 4.5.3(日本語機械翻訳)
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::OCRTesseract static
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_OVERRIDE cv::text::OCRTesseract virtual
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_OVERRIDE (定義場所: cv::text::OCRTesseract) cv::text::OCRTesseract virtual
run(InputArray image, int min_confidence, int component_level=0) (定義場所: cv::text::OCRTesseract) cv::text::OCRTesseract
run(InputArray image, InputArray mask, int min_confidence, int component_level=0) (定義場所: cv::text::OCRTesseract) cv::text::OCRTesseract
setWhiteList(const String &char_whitelist)=0 (定義場所: cv::text::OCRTesseract) cv::text::OCRTesseract pure virtual
~BaseOCR() (定義場所: cv::text::BaseOCR) cv::text::BaseOCR inline virtual