Kernel Class |
Namespace: Emgu.CV.Ocl
The Kernel type exposes the following members.
Name | Description | |
---|---|---|
![]() | Empty |
Indicates if the kernel is empty
|
![]() | NativeKernelPtr |
The pointer to the native kernel
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | Create |
Create an opencl kernel
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the opencl kernel
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (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.) |
![]() | Run |
Execute the kernel
|
![]() | Set(Int32, Image2D) |
Set the parameters for the kernel
|
![]() | Set(Int32, KernelArg) |
Set the parameters for the kernel
|
![]() | Set(Int32, UMat) |
Set the parameters for the kernel
|
![]() | Set(Int32, Double) |
Set the parameters for the kernel
|
![]() | Set(Int32, Int32) |
Set the parameters for the kernel
|
![]() | Set(Int32, Single) |
Set the parameters for the kernel
|
![]() | Set(Int32, IntPtr, Int32) |
Set the parameters for the kernel
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |