Function append from cvbase
Brief description
append(matrix:CvMat,other:CvMat):CvMat
Appends a matrix to the end of the first matrix More ...
Function information
Name: | append |
Base: | CvMat |
Group: | OpenCV plugins:Matrix plugins |
Icon: | cvmatrix.png |
Color: | blue |
Authors: | Aless Lasaruk |
Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Appends a matrix to the end of the first matrix
Input parameters
-
matrix:
CvMat
- Matrix
-
other:
CvMat
- * @return New matrix containing both matrices
Return values
-
Default return value:
CvMat