51
CV_WRAP
virtual
void
detect(InputArray inputImage, CV_OUT std::vector<Rect>& Bbox, CV_OUT std::vector<float>& confidence) CV_OVERRIDE = 0;
TextDetectorCNN class provides the functionallity of text bounding box detection. This class is repre...
Definition:
textDetector.hpp:42
static Ptr< TextDetectorCNN > create(const String &modelArchFilename, const String &modelWeightsFilename, std::vector< Size > detectionSizes)
Creates an instance of the TextDetectorCNN class using the provided parameters.
An abstract class providing interface for text detection algorithms
Definition:
textDetector.hpp:21