Cv2Sqrt Method OpenCvSharp Class Library
computes square root of each matrix element (dst = src**0.5)

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

public static void Sqrt(
	InputArray src,
	OutputArray dst
)

Parameters

src
Type: OpenCvSharp.CPlusPlusInputArray
The source floating-point array
dst
Type: OpenCvSharp.CPlusPlusOutputArray
The destination array; will have the same size and the same type as src
See Also

Reference