NativeMethodsfeatures2d_GFTTDetector_new Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_GFTTDetector_new(System.Int32,System.Double,System.Double,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 IntPtr features2d_GFTTDetector_new(
	int maxCorners,
	double qualityLevel,
	double minDistance,
	int blockSize,
	int useHarrisDetector,
	double k
)

Parameters

maxCorners
Type: SystemInt32

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

qualityLevel
Type: SystemDouble

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

minDistance
Type: SystemDouble

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

blockSize
Type: SystemInt32

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

useHarrisDetector
Type: SystemInt32

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

k
Type: SystemDouble

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

Return Value

Type: IntPtr

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

See Also

Reference