[This is preliminary documentation and is subject to change.]

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.0.0 (2.0.0.0)

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