MatPow Method OpenCvSharp Class Library
raises the input matrix elements to the specified power (b = a**power)

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

public Mat Pow(
	double power
)

Parameters

power
Type: SystemDouble
The exponent of power

Return Value

Type: Mat
The destination array; will have the same size and the same type as src
See Also

Reference