Function put from cvbase
Brief description
put(matrix:CvMat,source:CvMat,row:int,column:int):void
Puts an OpenCV matrix into the given matrix at the given position More ...
Function information
| Name: | put |
| Base: | CvMat |
| Group: | OpenCV plugins:Matrix plugins |
| Icon: | cvmatrix.png |
| Color: | blue |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Puts an OpenCV matrix into the given matrix at the given position. Matrix entries of the source matrix, which lie outside the current matrix are ignored.
Input parameters
-
matrix:
CvMat
- Matrix
-
source:
CvMat
- Source matrix
-
row:
int
- Starting row of source within the matrix
-
column:
int
- Starting column of source within the matrix
Return values
-
Default return value:
void
