Function operator+ from cvbase
Brief description
operator+(left:CvMat,right:CvMat):CvMat
Adds two OpenCV matrices More ...
Function information
Name: | operator+ |
Base: | CvMat |
Group: | OpenCV plugins:Matrix plugins |
Icon: | cvmatrix.png |
Color: | blue |
Authors: | Aless Lasaruk |
Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Adds two OpenCV matrices
Input parameters
-
left:
CvMat
- Left matrix
-
right:
CvMat
- Right matrix
Return values
-
Default return value:
CvMat
- Product of the matrices