[This is preliminary documentation and is subject to change.]
Calculates exponent of every element of input array:
dst(I)=exp(src(I))
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
Return Value
The exponent image
Remarks
Maximum relative error is ~7e-6. Currently, the function converts denormalized values to zeros on output.