CvArrLog Method OpenCvSharp Class Library
Calculates natural logarithm of every array element absolute value

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Log(
	CvArr dst
)

Parameters

dst
Type: OpenCvSharpCvArr
The destination array, it should have double type or the same type as the source.
See Also

Reference