|
MatrixToImageConvert Method (Int16, Bitmap)
|
Converts an image from one representation to another.
Namespace:
Accord.Imaging.Converters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public void Convert(
short[][] input,
out Bitmap output
)
Public Sub Convert (
input As Short()(),
<OutAttribute> ByRef output As Bitmap
)
Request Example
View SourceParameters
- input
- Type: SystemInt16
The input image to be converted. - output
- Type: System.DrawingBitmap
The converted image.
See Also