Click or drag to resize

NativeMethodsimgproc_goodFeaturesToTrack 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 void imgproc_goodFeaturesToTrack(
	IntPtr src,
	IntPtr corners,
	int maxCorners,
	double qualityLevel,
	double minDistance,
	IntPtr mask,
	int blockSize,
	int useHarrisDetector,
	double k
)

Parameters

src
Type: SystemIntPtr
corners
Type: SystemIntPtr
maxCorners
Type: SystemInt32
qualityLevel
Type: SystemDouble
minDistance
Type: SystemDouble
mask
Type: SystemIntPtr
blockSize
Type: SystemInt32
useHarrisDetector
Type: SystemInt32
k
Type: SystemDouble
See Also