OpenCV 4.11.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::text::BaseOCR 成员列表

这是cv::text::BaseOCR的完整成员列表,包括所有继承的成员。

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)=0cv::text::BaseOCR纯虚函数
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)=0cv::text::BaseOCR纯虚函数
~BaseOCR()cv::text::BaseOCR内联虚函数