CudaDeviceInfoSupports Method |
http://www.emgu.com
Indicates if the decive has the specific feature
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
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
[Missing <param name="feature"/> documentation for "M:Emgu.CV.Cuda.CudaDeviceInfo.Supports(Emgu.CV.Cuda.CudaDeviceInfo.GpuFeature)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Emgu.CV.Cuda.CudaDeviceInfo.Supports(Emgu.CV.Cuda.CudaDeviceInfo.GpuFeature)"]
See Also