Get the default MSER parameters

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

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