Click or drag to resize
Accord.NET (logo)

ArrayToImageConvert Method

Overload List
  NameDescription
Public methodConvert(Byte, UnmanagedImage)
Converts an image from one representation to another. For byte transformations, the Min and Max properties are ignored.
Public methodConvert(Byte, Bitmap)
Converts an image from one representation to another. For byte transformations, the Min and Max properties are ignored.
Public methodConvert(Byte, UnmanagedImage)
Converts an image from one representation to another. For byte transformations, the Min and Max properties are ignored.
Public methodConvert(Byte, Bitmap)
Converts an image from one representation to another. For byte transformations, the Min and Max properties are ignored.
Public methodConvert(Double, UnmanagedImage)
Converts an image from one representation to another.
Public methodConvert(Double, Bitmap)
Converts an image from one representation to another.
Public methodConvert(Double, UnmanagedImage)
Converts an image from one representation to another.
Public methodConvert(Double, Bitmap)
Converts an image from one representation to another.
Public methodConvert(Color, UnmanagedImage)
Converts an image from one representation to another.
Public methodConvert(Color, Bitmap)
Converts an image from one representation to another. For byte transformations, the Min and Max properties are ignored. The resulting image from upon calling this method will always be 32-bit ARGB.
Public methodConvert(Single, UnmanagedImage)
Converts an image from one representation to another.
Public methodConvert(Single, Bitmap)
Converts an image from one representation to another.
Public methodConvert(Single, UnmanagedImage)
Converts an image from one representation to another.
Public methodConvert(Single, Bitmap)
Converts an image from one representation to another.
Top
See Also