Click or drag to resize

ImageTColor, TDepth Constructor

http://www.emgu.com
Overload List
  NameDescription
Protected methodImageTColor, TDepth
Create an empty Image
Public methodImageTColor, TDepth(Bitmap)
Obtain the image from the specific Bitmap
Public methodImageTColor, TDepth(Size)
Create a blank Image of the specific size
Public methodImageTColor, TDepth(String)
Read image from a file
Public methodImageTColor, TDepth(TDepth)
Create image from the specific multi-dimensional data, where the 1st dimesion is # of rows (height), the 2nd dimension is # cols (width) and the 3rd dimension is the channel
Public methodImageTColor, TDepth(ImageGray, TDepth)
Create a multi-channel image from multiple gray scale images
Public methodImageTColor, TDepth(Int32, Int32)
Create a blank Image of the specified width and height.
Public methodImageTColor, TDepth(SerializationInfo, StreamingContext)
Constructor used to deserialize runtime serialized object
Public methodImageTColor, TDepth(Int32, Int32, TColor)
Create a blank Image of the specified width, height and color.
Public methodImageTColor, TDepth(Int32, Int32, Int32, IntPtr)
Create an Image from unmanaged data.
Top
See Also