Raises every array element to power
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharpCvArr
The source array. - dst
- Type: OpenCvSharpCvArr
The destination array, should be the same type as the source. - power
- Type: SystemDouble
The exponent of power.
See Also