OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
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静态
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::OCRTesseract虚函数
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::OCRTesseract虚函数
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::OCRTesseract纯虚函数
~BaseOCR()cv::text::BaseOCR内联虚函数