CvLog 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 static void Log(
	CvArr src,
	CvArr dst
)

Parameters

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

Reference