ImageTColor, TDepthLog Method |
http://www.emgu.com
Calculates natural logarithm of absolute value of every element of input array
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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