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