OpenCV
4.0.0
Open Source Computer Vision
|
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::OCRHolisticWordRecognizer | static |
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=0 | cv::text::OCRHolisticWordRecognizer | pure 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=0 | cv::text::OCRHolisticWordRecognizer | pure virtual |
~BaseOCR() | cv::text::BaseOCR | inlinevirtual |