computes natural logarithm of absolute value of each matrix element: dst = log(abs(src))
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Function Log As Mat
Return Value
Type:
MatThe destination array; will have the same size and same type as src
See Also