Click or drag to resize

SparseRLOFOpticalFlow Constructor

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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