| TargetArchsBuildWith Method |
http://www.emgu.com
Check if the GPU module is build with the specific feature set.
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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