Emgu.CV.Features2D.MSERDetector.MSERDetector C# (CSharp) Method

MSERDetector() public method

Create the default MSER detector
public MSERDetector ( ) : System
return System
        public MSERDetector()
            : this(5, 14400, 60, .25f, .2f, 200, 1.01, 0.003, 5)
        {
        }

Same methods

MSERDetector::MSERDetector ( int delta, int maxArea, int minArea, float maxVariation, float minDiversity, int maxEvolution, double areaThreshold, double minMargin, int edgeBlurSize ) : System