Back to FabImage Library Lite website
You are here: Start » Image Basics » ImageToMatrix

ImageToMatrix
Converts a single-channel image to a matrix.
Syntax
void fil::ImageToMatrix ( const fil::Image& inMonoImage, fil::Matrix& outMatrix )
Parameters
Requirements
For input inMonoImage only pixel formats are supported: 1xuint8, 1xint8, 1xuint16, 1xint16, 1xint32, 1xreal.
Read more about pixel formats in Image documentation.