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)
Syntaxpublic enum InterpolationType
Public Enumeration InterpolationType
public enum class InterpolationType
Members
| Member name | Value | Description |
---|
| Geo | 0 |
Fast geodesic interpolation
|
| Epic | 1 |
Edge-preserving interpolation
|
See Also