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


