OpenCV  5.0.0alpha
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::text::BaseOCR Class Referenceabstract

#include <opencv2/text/ocr.hpp>

Collaboration diagram for cv::text::BaseOCR:

Public Member Functions

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
 

Constructor & Destructor Documentation

◆ ~BaseOCR()

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

Member Function Documentation

◆ 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 )
pure virtual

◆ 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 )
pure virtual

The documentation for this class was generated from the following file: