Click or drag to resize

CudaSparsePyrLKOpticalFlow Constructor

http://www.emgu.com
Create the PyrLK optical flow solver

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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