Back to Adaptive Vision Library website
You are here: Start » Function Reference » Matrix » SaveMatrix
SaveMatrix
Saves serialized Matrix object as avdata file.
Syntax
void avl::SaveMatrix ( const avl::Matrix& inMatrix, const atl::File& inFilename )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix | const Matrix& | Matrix to be serialized | |
![]() |
inFilename | const File& | Name of the target file |

