Click or drag to resize
CudaGoodFeaturesToTrackDetector Constructor
http://www.emgu.com
Create the Cuda implementation of GoodFeaturesToTrackDetector

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CudaGoodFeaturesToTrackDetector(
	DepthType srcDepth,
	int srcChannels,
	int maxCorners = 1000,
	double qualityLevel = 0.01,
	double minDistance = 0,
	int blockSize = 3,
	bool useHarrisDetector = false,
	double harrisK = 0.04
)

Parameters

srcDepth
Type: Emgu.CV.CvEnumDepthType

[Missing <param name="srcDepth"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.#ctor(Emgu.CV.CvEnum.DepthType,System.Int32,System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

srcChannels
Type: SystemInt32

[Missing <param name="srcChannels"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.#ctor(Emgu.CV.CvEnum.DepthType,System.Int32,System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

maxCorners (Optional)
Type: SystemInt32

[Missing <param name="maxCorners"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.#ctor(Emgu.CV.CvEnum.DepthType,System.Int32,System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

qualityLevel (Optional)
Type: SystemDouble

[Missing <param name="qualityLevel"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.#ctor(Emgu.CV.CvEnum.DepthType,System.Int32,System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

minDistance (Optional)
Type: SystemDouble

[Missing <param name="minDistance"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.#ctor(Emgu.CV.CvEnum.DepthType,System.Int32,System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

blockSize (Optional)
Type: SystemInt32

[Missing <param name="blockSize"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.#ctor(Emgu.CV.CvEnum.DepthType,System.Int32,System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

useHarrisDetector (Optional)
Type: SystemBoolean

[Missing <param name="useHarrisDetector"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.#ctor(Emgu.CV.CvEnum.DepthType,System.Int32,System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

harrisK (Optional)
Type: SystemDouble

[Missing <param name="harrisK"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.#ctor(Emgu.CV.CvEnum.DepthType,System.Int32,System.Int32,System.Double,System.Double,System.Int32,System.Boolean,System.Double)"]

See Also