DenseRLOFOpticalFlowInterpolationType Enumeration |
http://www.emgu.com
Interpolation type used to compute the dense optical flow.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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