Click or drag to resize
CudaSparsePyrLKOpticalFlow Constructor
http://www.emgu.com
Create the PyrLK optical flow solver

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CudaSparsePyrLKOpticalFlow(
	Size winSize,
	int maxLevel = 3,
	int iters = 30,
	bool useInitialFlow = false
)

Parameters

winSize
Type: System.DrawingSize
Windows size. Use 21x21 for default
maxLevel (Optional)
Type: SystemInt32
The maximum number of pyramid levels.
iters (Optional)
Type: SystemInt32
The number of iterations.
useInitialFlow (Optional)
Type: SystemBoolean
Weather or not use the initial flow in the input matrix.
See Also