ImageTColor, TDepthLog Method |
http://www.emgu.com
Calculates natural logarithm of absolute value of every element of input array
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image<TColor, TDepth> Log()
Public Function Log As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Log()
member Log : unit -> Image<'TColor, 'TDepth>
Return Value
Type:
ImageTColor,
TDepthNatural logarithm of absolute value of every element of input array
See Also