IImage Interface |
Namespace: Emgu.CV
The IImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bitmap |
Convert this image into Bitmap, when available, data is shared with this image.
|
![]() | NumberOfChannels |
Get the number of channels for this image
|
![]() | Ptr |
Get the pointer to the unmanaged memory
|
![]() | Size |
The size of this image
|
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.) |