Click or drag to resize

MatLog Method

computes natural logarithm of absolute value of each matrix element: dst = log(abs(src))

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat Log()

Return Value

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