Click or drag to resize

Emgu.CV.Text Namespace

http://www.emgu.com
This module provides different algorithms for text detection and recognition in natural scene images.
Classes
  ClassDescription
Public classERFilter
Base class for 1st and 2nd stages of Neumann and Matas scene text detection algorithm
Public classERFilterGroupingMethod
The grouping method
Public classERFilterNM1
Extremal Region Filter for the 1st stage classifier of N&M algorithm
Public classERFilterNM2
Extremal Region Filter for the 2nd stage classifier of N&M algorithm
Public classERFilterNMMode
computeNMChannels operation modes
Public classMCvERStat
The ERStat structure represents a class-specific Extremal Region (ER). An ER is a 4-connected set of pixels with all its grey-level values smaller than the values in its outer boundary. A class-specific ER is selected (using a classifier) from all the ER’s in the component tree of the image.
Public classTextInvoke
This class wraps the functional calls to the OpenCV Text modules
Public classVectorOfERStat
Wrapped class of the C++ standard vector of ERStat.
Public classVectorOfVectorOfERStat
Wrapped class of the C++ standard vector of VectorOfERStat.