Click or drag to resize

CudaGoodFeaturesToTrackDetectorDetect Method

http://www.emgu.com
Find the good features to track

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

Parameters

image
Type: Emgu.CVIInputArray
The input image
corners
Type: Emgu.CVIOutputArray
The output corners
mask (Optional)
Type: Emgu.CVIInputArray
Optional mask
stream (Optional)
Type: Emgu.CV.CudaStream
Use a Stream to call the function asynchronously (non-blocking) or null to call the function synchronously (blocking).
See Also