OpenCV
4.0.0
Open Source Computer Vision
|
This is the complete list of members for cv::text::TextDetectorCNN, including all inherited members.
create(const String &modelArchFilename, const String &modelWeightsFilename, std::vector< Size > detectionSizes) | cv::text::TextDetectorCNN | static |
create(const String &modelArchFilename, const String &modelWeightsFilename) | cv::text::TextDetectorCNN | static |
detect(InputArray inputImage, std::vector< Rect > &Bbox, std::vector< float > &confidence) CV_OVERRIDE=0 | cv::text::TextDetectorCNN | pure virtual |
~TextDetector() | cv::text::TextDetector | inlinevirtual |