http://www.emgu.com
Takes image on input and returns the selected regions in a vector of ERStat only distinctive ERs which correspond to characters are selected by a sequential classifier
Namespace: Emgu.CV.TextAssembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Run(
IInputArray image,
VectorOfERStat regions
)
Public Sub Run (
image As IInputArray,
regions As VectorOfERStat
)
public:
void Run(
IInputArray^ image,
VectorOfERStat^ regions
)
member Run :
image : IInputArray *
regions : VectorOfERStat -> unit
Parameters
- image
- Type: Emgu.CVIInputArray
Sinle channel image CV_8UC1 - regions
- Type: Emgu.CV.TextVectorOfERStat
Output for the 1st stage and Input/Output for the 2nd. The selected Extremal Regions are stored here.
See Also