Table of Contents

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

float

RLOFOpticalFlowParameter

Configuration of the RLOF algorithm.

public RLOFOpticalFlowParameter RLOFOpticalFlowParameter { get; set; }

Property Value

RLOFOpticalFlowParameter

Methods

Create(RLOFOpticalFlowParameter?, float)

Creates an instance of SparseRLOFOpticalFlow.

public static SparseRLOFOpticalFlow Create(RLOFOpticalFlowParameter? rlofParam = null, float forwardBackwardThreshold = 1)

Parameters

rlofParam RLOFOpticalFlowParameter

See RLOFOpticalFlowParameter. Uses the algorithm's defaults when null.

forwardBackwardThreshold float

See ForwardBackward.

Returns

SparseRLOFOpticalFlow