Table of Contents

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 = 1

Edge-preserving interpolation using ximgproc::EdgeAwareInterpolator.

Geo = 0

Fast geodesic interpolation.

RIC = 2

SLIC based robust interpolation using ximgproc::RICInterpolator.