Table of Contents

Class DualTVL1OpticalFlow

Namespace
OpenCvSharp.OptFlow
Assembly
OpenCvSharp.dll

"Dual TV L1" Optical Flow Algorithm.

public class DualTVL1OpticalFlow : DenseOpticalFlow, IDisposable
Inheritance
DualTVL1OpticalFlow
Implements
Inherited Members

Properties

Epsilon

Stopping criterion threshold used in the numerical scheme, a trade-off between precision and running time.

Gamma

Coefficient for additional illumination variation term.

InnerIterations

Inner iterations (between outlier filtering) used in the numerical scheme.

Lambda

Weight parameter for the data term, attachment parameter.

MedianFiltering

Median filter kernel size (1 = no filter) (3 or 5).

OuterIterations

Outer iterations (number of inner loops) used in the numerical scheme.

ScaleStep

Step between scales (<1).

ScalesNumber

Number of scales used to create the pyramid of images.

Tau

Time step of the numerical scheme.

Theta

Weight parameter for (u - v)^2, tightness parameter.

UseInitialFlow

Use initial flow.

WarpingsNumber

Number of warpings per scale.

Methods

Create(double, double, double, int, int, double, int, int, double, double, int, bool)

Creates instance of cv::optflow::DualTVL1OpticalFlow.