Click or drag to resize

Cv2Sqrt Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void Sqrt(
	InputArray src,
	OutputArray dst
)

Parameters

src
Type: OpenCvSharpInputArray
The source floating-point array
dst
Type: OpenCvSharpOutputArray
The destination array; will have the same size and the same type as src
See Also