OclDevice Class |
Namespace: Emgu.CV
The OclDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the unmanaged memory associated with this OclInfo
(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.) |
![]() | ToString |
Get the string representation of this oclDevice
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | DeviceVersionMajor |
The device major version number
|
![]() | DeviceVersionMinor |
The Device minor version number
|
![]() | DoubleFPConfig |
The device double float point configuration
|
![]() | DriverVersion |
The device driver version
|
![]() | Extensions |
The device extensions
|
![]() | GlobalMemSize |
The global memory size
|
![]() | HostUnifiedMemory |
True if the device use unified memory
|
![]() | Image2DMaxHeight |
The image2d max height
|
![]() | Image2DMaxWidth |
The image 2d max width
|
![]() | LocalMemSize |
The local memory size
|
![]() | MaxComputeUnits |
The max compute unit
|
![]() | MaxMemAllocSize |
The maximum memory allocation size
|
![]() | MaxWorkGroupSize |
The maximum work group size
|
![]() | Name |
The device name
|
![]() | OpenCLVersion |
The device OpenCL version
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Type |
The ocl device type
|
![]() | VendorName |
The device vendor name
|
![]() | Version |
The device version
|