Calculates exponent of every element of input array:
dst(I)=exp(src(I))
Maximum relative error is 7e-6. Currently, the function converts denormalized values to zeros on output
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvExp( IntPtr src, IntPtr dst ) |
Visual Basic (Declaration) |
---|
Public Shared Sub cvExp ( _ src As IntPtr, _ dst As IntPtr _ ) |
Visual C++ |
---|
public: static void cvExp( IntPtr src, IntPtr dst ) |
Parameters
- src
- Type: System..::.IntPtr
The source array
- dst
- Type: System..::.IntPtr
The destination array, it should have double type or the same type as the source