Click or drag to resize
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.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static bool BuildWith(
	CudaDeviceInfoGpuFeature featureSet
)

Parameters

featureSet
Type: Emgu.CV.CudaCudaDeviceInfoGpuFeature
The feature set to be checked.

Return Value

Type: Boolean
True if the GPU module is build with the specific feature set.
See Also