Back to Adaptive Vision Library website
You are here: Start » Function Reference » Matrix » AccessMatrix
AccessMatrix
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Return matrix dimensions and its elements row-by-row as a real array.
Syntax
void avl::AccessMatrix ( const avl::Matrix& inMatrix, int& outRowCount, int& outColumnCount, atl::Array<atl::real>& outElements )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix | const Matrix& | ||
![]() |
outRowCount | int& | ||
![]() |
outColumnCount | int& | ||
![]() |
outElements | Array<real>& |


