Click or drag to resize

NativeMethodsfeatures2d_MSER_create Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr features2d_MSER_create(
	int delta,
	int minArea,
	int maxArea,
	double maxVariation,
	double minDiversity,
	int maxEvolution,
	double areaThreshold,
	double minMargin,
	int edgeBlurSize
)

Parameters

delta
Type: SystemInt32
minArea
Type: SystemInt32
maxArea
Type: SystemInt32
maxVariation
Type: SystemDouble
minDiversity
Type: SystemDouble
maxEvolution
Type: SystemInt32
areaThreshold
Type: SystemDouble
minMargin
Type: SystemDouble
edgeBlurSize
Type: SystemInt32

Return Value

Type: IntPtr
See Also