OpenCV 4.10.0
开源计算机视觉库
|
以下是 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)=0 | cv::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)=0 | cv::text::BaseOCR | 纯虚函数 |
~BaseOCR() | cv::text::BaseOCR | inlinevirtual |