Table of Contents

Method Sqrt

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Sqrt(InputArray, OutputArray)

computes square root of each matrix element (dst = src**0.5)

public static void Sqrt(InputArray src, OutputArray dst)

Parameters

src InputArray

The source floating-point array

dst OutputArray

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