NvidiaOpticalFlow_1_0PerfLevel Enumeration |
http://www.emgu.com
Supported optical flow performance levels.
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Enumeration PerfLevel
public enum class PerfLevel
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Undefined
|
| Slow | 5 |
Slow perf level results in lowest performance and best quality
|
| Medium | 10 |
Medium perf level results in low performance and medium quality
|
| Fast | 20 |
Fast perf level results in high performance and low quality
|
| Max | 21 |
Max
|
See Also