Click or drag to resize

NativeMethods.features2d_GFTTDetector_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_GFTTDetector_create(
	int maxCorners,
	double qualityLevel,
	double minDistance,
	int blockSize,
	int useHarrisDetector,
	double k
)

Parameters

maxCorners
Type: System.Int32
qualityLevel
Type: System.Double
minDistance
Type: System.Double
blockSize
Type: System.Int32
useHarrisDetector
Type: System.Int32
k
Type: System.Double

Return Value

Type: IntPtr
See Also