OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::text::BaseOCR 類參考抽象類

#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 )
純虛擬函式

該類的文件由以下檔案生成