OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::text::TextDetectorCNN 成员列表

以下是 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=0cv::text::TextDetectorCNN纯虚函数
~TextDetector()cv::text::TextDetector内联虚拟