OpenCV  4.5.2
Open Source Computer Vision
cv::text::BaseOCR Member List

This is the complete list of members for cv::text::BaseOCR, including all inherited members.

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::BaseOCRpure virtual
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::BaseOCRpure virtual
~BaseOCR()cv::text::BaseOCRinlinevirtual