Method Exp
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Exp(InputArray, OutputArray)
computes exponent of each matrix element (dst = e**src)
public static void Exp(InputArray src, OutputArray dst)
Parameters
srcInputArrayThe source array
dstOutputArrayThe destination array; will have the same size and same type as src