Table of Contents

Method Pow

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Pow(InputArray, double, OutputArray)

raises the input matrix elements to the specified power (b = a**power)

public static void Pow(InputArray src, double power, OutputArray dst)

Parameters

src InputArray

The source array

power double

The exponent of power

dst OutputArray

The destination array; will have the same size and the same type as src