GFTTDetector Constructor OpenCvSharp Class Library
Initializes a new instance of the GFTTDetector class

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

public GFTTDetector(
	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.CPlusPlus.GFTTDetector.#ctor(System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

qualityLevel (Optional)
Type: SystemDouble

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

minDistance (Optional)
Type: SystemDouble

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

blockSize (Optional)
Type: SystemInt32

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

useHarrisDetector (Optional)
Type: SystemBoolean

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

k (Optional)
Type: SystemDouble

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

See Also

Reference