Back to Adaptive Vision Library Lite website
You are here: Start » Matrix » ConcatenateMatrices

ConcatenateMatrices
Combine two matrices horizontally
Syntax
void avl::ConcatenateMatrices ( const avl::Matrix& inMatrix1, const avl::Matrix& inMatrix2, avl::Matrix& outMatrix )
Parameters
Errors
Error type | Description |
---|---|
DomainError | Matrix row counts do not match in ConcatenateMatrices. |