The Gpu device information

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 class GpuDevice
Public Class GpuDevice
public ref class GpuDevice

Members

            
 All Members  Constructors   Fields   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GpuDevice(Int32)
Query the information of the gpu device with the specific id.
CudaComputeCapability
The compute capability
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasAtomicSupport
Indicates if the device has atomic support
HasNativeDoubleSupport
Indicates if the decive has native double support
ID
The id of the device
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
The name of the device
NumberOfSMs
The number of single multi processors
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Emgu.CV.GPU..::..GpuDevice

See Also