Table of Contents

Class DenseRLOFOpticalFlow

Namespace
OpenCvSharp.OptFlow
Assembly
OpenCvSharp.dll

Fast dense optical flow computation based on robust local optical flow (RLOF) algorithms and sparse-to-dense interpolation scheme.

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

Properties

EpicK

See ximgproc::EdgeAwareInterpolator's K value: number of nearest-neighbor matches considered when fitting a locally affine model.

EpicLambda

See ximgproc::EdgeAwareInterpolator's lambda value.

EpicSigma

See ximgproc::EdgeAwareInterpolator's sigma value.

FgsLambda

See ximgproc::fastGlobalSmootherFilter's lambda parameter.

FgsSigma

See ximgproc::fastGlobalSmootherFilter's sigma parameter.

ForwardBackward

Threshold for the forward backward confidence check.

GridStep

Size of the grid to spawn the motion vectors.

Interpolation

Interpolation used to compute the dense optical flow.

RLOFOpticalFlowParameter

Configuration of the RLOF algorithm.

RicSlicType

Superpixel algorithm variant used for oversegmentation (see ximgproc::SLICType: SLIC=100, SLICO=101, MSLIC=102).

RicSpSize

Approximate size of the superpixel used for oversegmentation, see ximgproc::RICInterpolator.

UsePostProc

Enables ximgproc::fastGlobalSmootherFilter post-processing.

UseVariationalRefinement

Enables VariationalRefinement.

Methods

Create(RLOFOpticalFlowParameter?, float, Size?, InterpolationType, int, float, float, int, int, bool, float, float, bool)

Creates an instance of optflow::DenseRLOFOpticalFlow.