Table of Contents

Method Create

Namespace
OpenCvSharp.OptFlow
Assembly
OpenCvSharp.dll

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

Creates an instance of optflow::DenseRLOFOpticalFlow.

public static DenseRLOFOpticalFlow Create(RLOFOpticalFlowParameter? rlofParam = null, float forwardBackwardThreshold = 1, Size? gridStep = null, InterpolationType interpType = InterpolationType.EPIC, int epicK = 128, float epicSigma = 0.05, float epicLambda = 999, int ricSpSize = 15, int ricSlicType = 100, bool usePostProc = true, float fgsLambda = 500, float fgsSigma = 1.5, bool useVariationalRefinement = false)

Parameters

rlofParam RLOFOpticalFlowParameter

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

forwardBackwardThreshold float

See ForwardBackward.

gridStep Size?

See GridStep.

interpType InterpolationType

See Interpolation.

epicK int

See EpicK.

epicSigma float

See EpicSigma.

epicLambda float

See EpicLambda.

ricSpSize int

See RicSpSize.

ricSlicType int

See RicSlicType.

usePostProc bool

See UsePostProc.

fgsLambda float

See FgsLambda.

fgsSigma float

See FgsSigma.

useVariationalRefinement bool

See UseVariationalRefinement.

Returns

DenseRLOFOpticalFlow