Click or drag to resize

GFTTDetectorCreate Method

Construct GFTT processor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static GFTTDetector Create(
	int maxCorners = 1000,
	double qualityLevel = 0.01,
	double minDistance = 1,
	int blockSize = 3,
	bool useHarrisDetector = false,
	double k = 0.04
)

Parameters

maxCorners (Optional)
Type: SystemInt32

[Missing <param name="maxCorners"/> documentation for "M:OpenCvSharp.GFTTDetector.Create(System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

qualityLevel (Optional)
Type: SystemDouble

[Missing <param name="qualityLevel"/> documentation for "M:OpenCvSharp.GFTTDetector.Create(System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

minDistance (Optional)
Type: SystemDouble

[Missing <param name="minDistance"/> documentation for "M:OpenCvSharp.GFTTDetector.Create(System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

blockSize (Optional)
Type: SystemInt32

[Missing <param name="blockSize"/> documentation for "M:OpenCvSharp.GFTTDetector.Create(System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

useHarrisDetector (Optional)
Type: SystemBoolean

[Missing <param name="useHarrisDetector"/> documentation for "M:OpenCvSharp.GFTTDetector.Create(System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

k (Optional)
Type: SystemDouble

[Missing <param name="k"/> documentation for "M:OpenCvSharp.GFTTDetector.Create(System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

Return Value

Type: GFTTDetector

[Missing <returns> documentation for "M:OpenCvSharp.GFTTDetector.Create(System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

See Also