Click or drag to resize

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
Syntax
public bool Supports(
	CudaDeviceInfoGpuFeature feature
)

Parameters

feature
Type: Emgu.CV.CudaCudaDeviceInfoGpuFeature
The device feature

Return Value

Type: Boolean
True if the feature is supported
See Also