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

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

Syntax

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

Return Value

Natural logarithm of absolute value of every element of input array

See Also