Click or drag to resize

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
Syntax
public enum PerfLevel
Members
  Member nameValueDescription
Undefined0 Undefined
Slow5 Slow perf level results in lowest performance and best quality
Medium10 Medium perf level results in low performance and medium quality
Fast20 Fast perf level results in high performance and low quality
Max21 Max
See Also