| MatExp Method |
computes exponent of each matrix element (dst = e**src)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax Public Function Exp As Mat
Return Value
Type:
MatThe destination array; will have the same size and same type as src
See Also