http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Check if the GPU module is build with the specific feature set.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static bool BuildWith( GpuDeviceInfo..::..GpuFeature featureSet ) |
Visual Basic |
---|
Public Shared Function BuildWith ( _ featureSet As GpuDeviceInfo..::..GpuFeature _ ) As Boolean |
Visual C++ |
---|
public: static bool BuildWith( GpuDeviceInfo..::..GpuFeature featureSet ) |
Parameters
- featureSet
- Type: Emgu.CV.GPU..::..GpuDeviceInfo..::..GpuFeature
The feature set to be checked.