IImage Methods |
The IImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | (Inherited from ICloneable.) |
![]() | Dispose | (Inherited from IDisposable.) |
![]() | GetInputArray |
The unmanaged pointer to the input array.
(Inherited from IInputArray.) |
![]() | GetInputOutputArray |
The unmanaged pointer to the input/output array
(Inherited from IInputOutputArray.) |
![]() | GetOutputArray |
The unmanaged pointer to the output array
(Inherited from IOutputArray.) |
![]() | MinMax |
Returns the min / max location and values for the image
|
![]() | Save |
Save the image to the specific fileName |
![]() | Split |
Split current IImage into an array of gray scale images where each element
in the array represent a single color channel of the original image
|
Name | Description | |
---|---|---|
![]() | IsUmat |
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.) |