http://www.emgu.com
Indicates if the decive has the specific feature

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

C#
public bool Supports(
	GpuDevice..::..GpuFeature feature
)
Visual Basic
Public Function Supports ( _
	feature As GpuDevice..::..GpuFeature _
) As Boolean
Visual C++
public:
bool Supports(
	GpuDevice..::..GpuFeature feature
)

Parameters

feature
Type: Emgu.CV.GPU..::..GpuDevice..::..GpuFeature

[Missing <param name="feature"/> documentation for "M:Emgu.CV.GPU.GpuDevice.Supports(Emgu.CV.GPU.GpuDevice.GpuFeature)"]

Return Value

[Missing <returns> documentation for "M:Emgu.CV.GPU.GpuDevice.Supports(Emgu.CV.GPU.GpuDevice.GpuFeature)"]

See Also