Calculates natural logarithm of absolute value of every element of input array

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Image<TColor, TDepth> Log()
Visual Basic (Declaration)
Public Function Log As Image(Of TColor, TDepth)
Visual C++
public:
Image<TColor, TDepth>^ Log()

Return Value

Natural logarithm of absolute value of every element of input array

See Also