Click or drag to resize

DenseRLOFOpticalFlowInterpolationType Enumeration

http://www.emgu.com
Interpolation type used to compute the dense optical flow.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public enum InterpolationType
Members
  Member nameValueDescription
Geo0 Fast geodesic interpolation
Epic1 Edge-preserving interpolation
See Also