SuperResolutionOpticalFlowType Enumeration |
http://www.emgu.com
The type of optical flow algorithms used for super resolution
Namespace:
Emgu.CV.Superres
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic enum OpticalFlowType
Public Enumeration OpticalFlowType
public enum class OpticalFlowType
Members
| Member name | Value | Description |
---|
| Btvl | 0 |
BTVL
|
| Btvl1Gpu | 1 |
BTVL using gpu
|
See Also