Back to Adaptive Vision Library website

You are here: Start » Function Reference » Matrix » StackMatrices

StackMatrices


Combine two matrices vertically

Syntax

void avl::StackMatrices
(
	const avl::Matrix& inMatrix1,
	const avl::Matrix& inMatrix2,
	avl::Matrix& outMatrix
)

Parameters

Name Type Default Description
inMatrix1 const Matrix&
inMatrix2 const Matrix&
outMatrix Matrix&

Errors

Error type Description
DomainError Matrix column counts do not match in StackMatrices.