Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Basics » MatrixToImage
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Converts a matrix to a single-channel real image.
Syntax
C++
C#
void fil::MatrixToImage ( const fil::Matrix& inMatrix, fil::Image& outImage )


