OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
Classes | |
class | BaseOCR |
class | ERFilter |
Base class for 1st and 2nd stages of Neumann and Matas scene text detection algorithm [Neumann12]. : More... | |
class | ERFilter_Callback |
Callback with the classifier is made a class. More... | |
class | OCRBeamSearchDecoder |
OCRBeamSearchDecoder class provides an interface for OCR using Beam Search algorithm. More... | |
class | OCRBeamSearchDecoder_ClassifierCallback |
Callback with the character classifier is made a class. More... | |
class | OCRHMMDecoder |
OCRHMMDecoder class provides an interface for OCR using Hidden Markov Models. More... | |
class | OCRHMMDecoder_ClassifierCallback |
Callback with the character classifier is made a class. More... | |
class | Text |
class | TextDetector |
An abstract class providing interface for text detection algorithms. More... | |
class | 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 [LiaoSBWL17]. 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... | |