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.

RLOFOpticalFlowParameter

Configuration of the RLOF algorithm.

Methods

Create(RLOFOpticalFlowParameter?, float)

Creates an instance of SparseRLOFOpticalFlow.