Click or drag to resize
Accord.NET (logo)

ImageToMatrixConvert Method (Bitmap, Byte)

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(
	Bitmap input,
	out byte[][][] output
)
Request Example View Source

Parameters

input
Type: System.DrawingBitmap
The input image to be converted.
output
Type: SystemByte
The converted image.

Implements

IConverterTInput, TOutputConvert(TInput, TOutput)
See Also