Click or drag to resize

SparseRLOFOpticalFlow Constructor

http://www.emgu.com
Creates instance of SparseRLOFOpticalFlow

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public SparseRLOFOpticalFlow(
	RLOFOpticalFlowParameter parameter,
	float forwardBackwardThreshold
)

Parameters

parameter
Type: Emgu.CVRLOFOpticalFlowParameter
The RLOF optical flow parameters
forwardBackwardThreshold
Type: SystemSingle
Threshold for the forward backward confidence check. Use 1.0f for default
See Also