Click or drag to resize
Accord.NET (logo)

ArrayToImage. Convert Method (Single[] [] , 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(
	float[][] input,
	out Bitmap output
)
Request Example View Source

Parameters

input
Type:System.Single[][]
The input image to be converted.
output
Type: System.Drawing.Bitmap
The converted image.

Implements

IConverter<TInput, TOutput>.Convert(TInput, TOutput)
See Also