CvArrExp Method OpenCvSharp Class Library
Calculates exponent of every array element

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Exp(
	CvArr dst
)

Parameters

dst
Type: OpenCvSharpCvArr
The destination array, it should have double type or the same type as the source.
See Also

Reference