TargetArchsBuildWith Method |
http://www.emgu.com
Check if the GPU module is build with the specific feature set.
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic static bool BuildWith(
CudaDeviceInfoGpuFeature featureSet
)
Public Shared Function BuildWith (
featureSet As CudaDeviceInfoGpuFeature
) As Boolean
public:
static bool BuildWith(
CudaDeviceInfoGpuFeature featureSet
)
static member BuildWith :
featureSet : CudaDeviceInfoGpuFeature -> bool
Parameters
- featureSet
- Type: Emgu.CV.CudaCudaDeviceInfoGpuFeature
The feature set to be checked.
Return Value
Type:
BooleanTrue if the GPU module is build with the specific feature set.
See Also