NativeMethodsimgproc_goodFeaturesToTrack Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]

corners
Type: SystemIntPtr

[Missing <param name="corners"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]

maxCorners
Type: SystemInt32

[Missing <param name="maxCorners"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]

qualityLevel
Type: SystemDouble

[Missing <param name="qualityLevel"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]

minDistance
Type: SystemDouble

[Missing <param name="minDistance"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]

mask
Type: SystemIntPtr

[Missing <param name="mask"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]

blockSize
Type: SystemInt32

[Missing <param name="blockSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]

useHarrisDetector
Type: SystemInt32

[Missing <param name="useHarrisDetector"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]

k
Type: SystemDouble

[Missing <param name="k"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]

See Also

Reference