OpenCV  4.5.1
Open Source Computer Vision
cv::text::OCRHolisticWordRecognizer Member List

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

create(const std::string &archFilename, const std::string &weightsFilename, const std::string &wordsFilename)cv::text::OCRHolisticWordRecognizerstatic
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=OCR_LEVEL_WORD) CV_OVERRIDE=0cv::text::OCRHolisticWordRecognizerpure 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=OCR_LEVEL_WORD) CV_OVERRIDE=0cv::text::OCRHolisticWordRecognizerpure virtual
~BaseOCR()cv::text::BaseOCRinlinevirtual