|
MatrixToImageConvert Method (Int32, UnmanagedImage)
|
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(
int[][] input,
out UnmanagedImage output
)
Public Sub Convert (
input As Integer()(),
<OutAttribute> ByRef output As UnmanagedImage
)
Request Example
View SourceParameters
- input
- Type: SystemInt32
The input image to be converted. - output
- Type: Accord.ImagingUnmanagedImage
The converted image.
See Also