Table of Contents

Enum SolverType

Namespace
OpenCvSharp.OptFlow
Assembly
OpenCvSharp.dll

Iterative refinement solver strategy used by RLOFOpticalFlowParameter.

public enum SolverType

Fields

Bilinear = 1

Apply optimized iterative refinement based on bilinear equation solutions.

Standard = 0

Apply standard iterative refinement.