Click or drag to resize
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: 3.1.0.2282 (3.1.0.2282)
Syntax
public Image<TColor, TDepth> Log()

Return Value

Type: ImageTColor, TDepth
Natural logarithm of absolute value of every element of input array
See Also