OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
公共成员函数 | 所有成员列表
cv::text::BaseOCR 类参考abstract

#include <opencv2/text/ocr.hpp>

cv::text::BaseOCR 的协作图

公共成员函数

virtual ~BaseOCR ()
 
virtual void 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
 
virtual void 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
 

构造函数和析构函数文档

◆ ~BaseOCR()

virtual cv::text::BaseOCR::~BaseOCR ( )
inlinevirtual

成员函数文档

◆ run() [1/2]

virtual void 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 
)
纯虚函数

◆ run() [2/2]

virtual void 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 
)
纯虚函数

此类的文档来自以下文件