Emgu CV Library Documentation
IImage Interface
NamespacesEmgu.CVIImage

www.emgu.com/wiki
IImage interface
Declaration Syntax
C#Visual BasicVisual C++
public interface IImage : IDisposable, ICloneable
Public Interface IImage _
	Implements IDisposable, ICloneable
public interface class IImage : IDisposable, 
	ICloneable
Members
All MembersMethodsProperties



IconMemberDescription
Bitmap
Convert this image into Bitmap

Clone()()()
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Height
The height of this image

MinMax(array<Double>[]()[]%, array<Double>[]()[]%, array<MCvPoint>[]()[]%, array<MCvPoint>[]()[]%)
Returns the min / max location and values for the image

Ptr
Get the pointer to the unmanaged memory

Save(String)
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

Width
The width of this image

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)