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
srcInputArrayThe source floating-point array
dstOutputArrayThe destination array; will have the same size and the same type as src