Back to Adaptive Vision Library website
You are here: Start » Function Reference » Matrix » LoadMatrix
LoadMatrix
Loads serialized Matrix object from avdata file.
Syntax
void avl::LoadMatrix ( const atl::File& inFilename, avl::Matrix& outMatrix )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFilename | const File& | Name of the source file | |
![]() |
outMatrix | Matrix& | Deserialized Matrix |


