![]() |
OpenCV 4.12.0
開源計算機視覺
|
這是 cv::text::OCRHolisticWordRecognizer 的完整成員列表,包括所有繼承的成員。
| 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 | 純虛擬函式 |
| 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 | 純虛擬函式 |
| ~BaseOCR() | cv::text::BaseOCR | inlinevirtual |