Click or drag to resize

MatSqrt Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat Sqrt()

Return Value

Type: Mat
The destination array; will have the same size and the same type as src
See Also