| SuperResolutionOpticalFlowType Enumeration |
http://www.emgu.com
The type of optical flow algorithms used for super resolution
Namespace: Emgu.CV.SuperresAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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