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