DeviceInfo Class |
Namespace: OpenCvSharp.Cuda
The DeviceInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeviceInfo |
Creates DeviceInfo object for the current GPU
|
![]() | DeviceInfo(Int32) |
Creates DeviceInfo object for the given GPU
|
Name | Description | |
---|---|---|
![]() | CanMapHostMemory | |
![]() | CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) |
![]() | DeviceId | |
![]() | FreeMemory | |
![]() | IsCompatible |
Checks whether the GPU module can be run on the given device
|
![]() | IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) |
![]() | IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) |
![]() | MajorVersion |
Return compute capability versions
|
![]() | MinorVersion |
Return compute capability versions
|
![]() | MultiProcessorCount | |
![]() | Name | |
![]() | SharedMemPerBlock | |
![]() | TotalMemory |
Name | Description | |
---|---|---|
![]() | Dispose |
Releases the resources
(Inherited from DisposableObject.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | QueryMemory | |
![]() | Supports |
Checks whether device supports the given feature
|
![]() | ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |