Get the default MSER parameters

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static MCvMSERParams GetDefaultParameter()
Public Shared Function GetDefaultParameter As MCvMSERParams
public:
static MCvMSERParams GetDefaultParameter()

Return Value

The default MSER parameter

See Also