Class TextInvoke
This class wraps the functional calls to the OpenCV Text modules
public static class TextInvoke
- Inheritance
-
TextInvoke
- Inherited Members
Methods
ComputeNMChannels(IInputArray, IOutputArrayOfArrays, ERFilterNMMode)
Compute the different channels to be processed independently in the N&M algorithm.
public static void ComputeNMChannels(IInputArray src, IOutputArrayOfArrays channels, ERFilterNMMode mode = ERFilterNMMode.RGBLGrad)
Parameters
src
IInputArraySource image. Must be RGB CV_8UC3.
channels
IOutputArrayOfArraysOutput vector of Mat where computed channels are stored.
mode
ERFilterNMModeMode of operation
MSERsToERStats(IInputArray, VectorOfVectorOfPoint, VectorOfVectorOfERStat)
Converts MSER contours (vector of point) to ERStat regions.
public static void MSERsToERStats(IInputArray image, VectorOfVectorOfPoint contours, VectorOfVectorOfERStat regions)
Parameters
image
IInputArraySource image CV_8UC1 from which the MSERs where extracted.
contours
VectorOfVectorOfPointInput vector with all the contours (vector of Point).
regions
VectorOfVectorOfERStatOutput where the ERStat regions are stored.