Get the compute capability of the device

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void GetComputeCapability(
	int deviceId,
	ref int major,
	ref int minor
)
Public Shared Sub GetComputeCapability ( _
	deviceId As Integer, _
	ByRef major As Integer, _
	ByRef minor As Integer _
)
public:
static void GetComputeCapability(
	int deviceId, 
	int% major, 
	int% minor
)

Parameters

deviceId
Int32
The ID of the device
major
Int32%
The major version of the compute capability
minor
Int32%
The minor version of the compute capability

See Also