Click or drag to resize

ImageTColor, TDepthExp Method

http://www.emgu.com
Calculates exponent of every element of input array: dst(I)=exp(src(I))

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> Exp()

Return Value

Type: ImageTColor, TDepth
The exponent image
Remarks
Maximum relative error is ~7e-6. Currently, the function converts denormalized values to zeros on output.
See Also