Class SparseRLOFOpticalFlow
- Namespace
- OpenCvSharp.OptFlow
- Assembly
- OpenCvSharp.dll
Class used for calculating sparse optical flow and feature tracking with robust local optical flow (RLOF) algorithms.
public class SparseRLOFOpticalFlow : SparseOpticalFlow, IDisposable
- Inheritance
-
SparseRLOFOpticalFlow
- Implements
- Inherited Members
Properties
ForwardBackward
Threshold for the forward backward confidence check.
public float ForwardBackward { get; set; }
Property Value
RLOFOpticalFlowParameter
Configuration of the RLOF algorithm.
public RLOFOpticalFlowParameter RLOFOpticalFlowParameter { get; set; }
Property Value
Methods
Create(RLOFOpticalFlowParameter?, float)
Creates an instance of SparseRLOFOpticalFlow.
public static SparseRLOFOpticalFlow Create(RLOFOpticalFlowParameter? rlofParam = null, float forwardBackwardThreshold = 1)
Parameters
rlofParamRLOFOpticalFlowParameterSee RLOFOpticalFlowParameter. Uses the algorithm's defaults when null.
forwardBackwardThresholdfloatSee ForwardBackward.