Click or drag to resize

MatExp Method

computes exponent of each matrix element (dst = e**src)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat Exp()

Return Value

Type: Mat
The destination array; will have the same size and same type as src
See Also