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