Emgu CV Library Documentation
Image<(Of <(TColor, TDepth>)>) Constructor
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)Image<(Of <(TColor, TDepth>)>)()()()

www.emgu.com/wiki
Members
IconMemberDescription
Image<(Of <(TColor, TDepth>)>)()()()
Create an empty Image

Image<(Of <(TColor, TDepth>)>)(array<TDepth,3>[,,](,,)[,,])
Create image from the specific multi-dimensional data, where the 1st dimesion is # of rows (height), the 2nd dimension is # cols (cols) and the 3rd dimension is the channel

Image<(Of <(TColor, TDepth>)>)(String)
Read image from a file

Image<(Of <(TColor, TDepth>)>)(Bitmap)
Obtain the image from the specific Bitmap

Image<(Of <(TColor, TDepth>)>)(Int32, Int32, TColor)
Create a blank Image of the specified width, height and color.

Image<(Of <(TColor, TDepth>)>)(Int32, Int32)
Create a blank Image of the specified width and height.

Image<(Of <(TColor, TDepth>)>)(Size)
Create a blank Image of the specific size

Image<(Of <(TColor, TDepth>)>)(array<Image<(Of <(Gray, TDepth>)>)>[]()[])
Create a multi-channel image from multiple gray scale images

Image<(Of <(TColor, TDepth>)>)(SerializationInfo, StreamingContext)
Constructor used to deserialize runtime serialized object

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)