Method Pow
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Pow(InputArray, double, OutputArray)
raises the input matrix elements to the specified power (b = a**power)
public static void Pow(InputArray src, double power, OutputArray dst)
Parameters
srcInputArrayThe source array
powerdoubleThe exponent of power
dstOutputArrayThe destination array; will have the same size and the same type as src