CudaDeviceInfoSupports Method |
http://www.emgu.com
Indicates if the device has the specific feature
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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