Click or drag to resize
CudaGoodFeaturesToTrackDetectorDetect Method
http://www.emgu.com
Find the good features to track

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Detect(
	IInputArray image,
	IOutputArray corners,
	IInputArray mask = null,
	Stream stream = null
)

Parameters

image
Type: Emgu.CVIInputArray

[Missing <param name="image"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.Detect(Emgu.CV.IInputArray,Emgu.CV.IOutputArray,Emgu.CV.IInputArray,Emgu.CV.Cuda.Stream)"]

corners
Type: Emgu.CVIOutputArray

[Missing <param name="corners"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.Detect(Emgu.CV.IInputArray,Emgu.CV.IOutputArray,Emgu.CV.IInputArray,Emgu.CV.Cuda.Stream)"]

mask (Optional)
Type: Emgu.CVIInputArray

[Missing <param name="mask"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.Detect(Emgu.CV.IInputArray,Emgu.CV.IOutputArray,Emgu.CV.IInputArray,Emgu.CV.Cuda.Stream)"]

stream (Optional)
Type: Emgu.CV.CudaStream

[Missing <param name="stream"/> documentation for "M:Emgu.CV.Cuda.CudaGoodFeaturesToTrackDetector.Detect(Emgu.CV.IInputArray,Emgu.CV.IOutputArray,Emgu.CV.IInputArray,Emgu.CV.Cuda.Stream)"]

See Also