Click or drag to resize
Accord.NET (logo)

MatrixToImageConvert Method (Int16, 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(
	short[,] input,
	out UnmanagedImage output
)
Request Example View Source

Parameters

input
Type: SystemInt16
The input image to be converted.
output
Type: Accord.ImagingUnmanagedImage
The converted image.

Implements

IConverterTInput, TOutputConvert(TInput, TOutput)
See Also