CvPow Method OpenCvSharp Class Library
Raises every array element to power

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

public static void Pow(
	CvArr src,
	CvArr dst,
	double power
)

Parameters

src
Type: OpenCvSharpCvArr
The source array.
dst
Type: OpenCvSharpCvArr
The destination array, should be the same type as the source.
power
Type: SystemDouble
The exponent of power.
See Also

Reference