Overload List
Name | Description |
---|---|
Image<(Of <(TColor, TDepth>)>)()()() |
Create an empty Image
|
Image<(Of <(TColor, TDepth>)>)(array<Image<(Of <(Gray, TDepth>)>)>[]()[]) |
Create a multi-channel image from multiple gray scale images
|
Image<(Of <(TColor, TDepth>)>)(Bitmap) |
Obtain the image from the specific Bitmap
|
Image<(Of <(TColor, TDepth>)>)(Size) |
Create a blank Image of the specific size
|
Image<(Of <(TColor, TDepth>)>)(String) |
Read image from a file
|
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 (width) and the 3rd dimension is the channel
|
Image<(Of <(TColor, TDepth>)>)(Int32, Int32) |
Create a blank Image of the specified width and height.
|
Image<(Of <(TColor, TDepth>)>)(SerializationInfo, StreamingContext) |
Constructor used to deserialize runtime serialized object
|
Image<(Of <(TColor, TDepth>)>)(Int32, Int32, TColor) |
Create a blank Image of the specified width, height and color.
|
Image<(Of <(TColor, TDepth>)>)(Int32, Int32, Int32, IntPtr) |
Create an Image from unmanaged data.
|