Calculates exponent of every array element
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharpCvArr
The source array. - dst
- Type: OpenCvSharpCvArr
The destination array, it should have double type or the same type as the source.
See Also