http://www.emgu.com
Wrapped CvMSERParams structure

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

C#
public class MSERDetector : DisposableObject, 
	IKeyPointDetector
Visual Basic
Public Class MSERDetector _
	Inherits DisposableObject _
	Implements IKeyPointDetector
Visual C++
public ref class MSERDetector : public DisposableObject, 
	IKeyPointDetector

Inheritance Hierarchy

System..::..Object
  Emgu.Util..::..DisposableObject
    Emgu.CV.Features2D..::..MSERDetector

See Also