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
rlofParamRLOFOpticalFlowParameterSee RLOFOpticalFlowParameter. Uses the algorithm's defaults when null.
forwardBackwardThresholdfloatSee ForwardBackward.
gridStepSize?See GridStep.
interpTypeInterpolationTypeSee Interpolation.
epicKintSee EpicK.
epicSigmafloatSee EpicSigma.
epicLambdafloatSee EpicLambda.
ricSpSizeintSee RicSpSize.
ricSlicTypeintSee RicSlicType.
usePostProcboolSee UsePostProc.
fgsLambdafloatSee FgsLambda.
fgsSigmafloatSee FgsSigma.
useVariationalRefinementbool