CudaDeviceInfo Class |
Namespace: Emgu.CV.Cuda
The CudaDeviceInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CudaDeviceInfo |
Query the information of the gpu device that is currently in use.
|
![]() | CudaDeviceInfo(Int32) |
Query the information of the cuda device with the specific id.
|
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged resource related to the GpuDevice
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | Supports |
Indicates if the decive has the specific feature
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | CudaComputeCapability |
The compute capability
|
![]() | FreeMemory |
Get the amount of free memory at the moment
|
![]() | ID |
The id of the device
|
![]() | IsCompatible |
Checks whether the Cuda module can be run on the given device
|
![]() | MultiProcessorCount |
The number of single multi processors
|
![]() | Name |
The name of the device
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | TotalMemory |
Get the amount of total memory
|