OpenCV  4.10.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::BaseOCRinlinevirtual