Enum InterpolationType
- Namespace
- OpenCvSharp.OptFlow
- Assembly
- OpenCvSharp.dll
Vector field interpolation method used to compute a dense optical flow from sparse matches (e.g. by DenseRLOFOpticalFlow).
public enum InterpolationType
Fields
EPIC = 1Edge-preserving interpolation using ximgproc::EdgeAwareInterpolator.
Geo = 0Fast geodesic interpolation.
RIC = 2SLIC based robust interpolation using ximgproc::RICInterpolator.