OpenCV  4.1.1
Open Source Computer Vision
Classes | Namespaces
textDetector.hpp File Reference
#include "ocr.hpp"

Classes

class  cv::text::TextDetector
 An abstract class providing interface for text detection algorithms. More...
 
class  cv::text::TextDetectorCNN
 TextDetectorCNN class provides the functionallity of text bounding box detection. This class is representing to find bounding boxes of text words given an input image. This class uses OpenCV dnn module to load pre-trained model described in [128]. The original repository with the modified SSD Caffe version: https://github.com/MhLiao/TextBoxes. Model can be downloaded from DropBox. Modified .prototxt file with the model description can be found in opencv_contrib/modules/text/samples/textbox.prototxt. More...
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::text