Click or drag to resize

NativeMethodsfeatures2d_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: SystemInt32
qualityLevel
Type: SystemDouble
minDistance
Type: SystemDouble
blockSize
Type: SystemInt32
useHarrisDetector
Type: SystemInt32
k
Type: SystemDouble

Return Value

Type: IntPtr
See Also