CudaDeviceInfoSupports Method |
http://www.emgu.com
Indicates if the device has the specific feature
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic bool Supports(
CudaDeviceInfoGpuFeature feature
)
Public Function Supports (
feature As CudaDeviceInfoGpuFeature
) As Boolean
public:
bool Supports(
CudaDeviceInfoGpuFeature feature
)
member Supports :
feature : CudaDeviceInfoGpuFeature -> bool
Parameters
- feature
- Type: Emgu.CV.CudaCudaDeviceInfoGpuFeature
The device feature
Return Value
Type:
BooleanTrue if the feature is supported
See Also