OpenCV 4.10.0
开源计算机视觉
|
以下是 cv::text::TextDetectorCNN 的完整成员列表,包括所有继承的成员。
create(const String &modelArchFilename, const String &modelWeightsFilename, std::vector< Size > detectionSizes) | cv::text::TextDetectorCNN | 静态 |
create(const String &modelArchFilename, const String &modelWeightsFilename) | cv::text::TextDetectorCNN | 静态 |
detect(InputArray inputImage, std::vector< Rect > &Bbox, std::vector< float > &confidence) CV_OVERRIDE=0 | cv::text::TextDetectorCNN | 纯虚函数 |
~TextDetector() | cv::text::TextDetector | 内联虚拟 |