Enum SolverType
- Namespace
- OpenCvSharp.OptFlow
- Assembly
- OpenCvSharp.dll
Iterative refinement solver strategy used by RLOFOpticalFlowParameter.
public enum SolverType
Fields
Bilinear = 1Apply optimized iterative refinement based on bilinear equation solutions.
Standard = 0Apply standard iterative refinement.