OpenCV 4.11.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::text::BaseOCR 类参考抽象类

#include <opencv2/text/ocr.hpp>

cv::text::BaseOCR 的协作图

公有成员函数

虚函数 ~BaseOCR ()
 
虚函数 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
 
虚函数 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 ( )
内联虚函数

成员函数文档

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

此类的文档是从以下文件生成的