Function operator^ from cvbase
Brief description
operator^(matrix:CvMat,power:):CvMat
Powers an OpenCV matrix 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
Powers an OpenCV matrix
Input parameters
-
matrix:
CvMat
- Matrix
-
power:
- Power or an identifier
Return values
-
Default return value:
CvMat
