Back to Adaptive Vision Library Lite website
You are here: Start » Image Basics » ImageToMatrix
ImageToMatrix
Converts a single-channel image to a matrix.
Syntax
void avl::ImageToMatrix ( const avl::Image& inMonoImage, avl::Matrix& outMatrix )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMonoImage | const Image& | ||
![]() |
outMatrix | Matrix& |


