http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Calculate square root of each source array element. in the case of multichannel
arrays each channel is processed independently. The function accuracy is approximately
the same as of the built-in std::sqrt.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSqrt( IntPtr src, IntPtr dst ) |
Visual Basic |
---|
Public Shared Sub cvSqrt ( _ src As IntPtr, _ dst As IntPtr _ ) |
Visual C++ |
---|
public: static void cvSqrt( IntPtr src, IntPtr dst ) |
Parameters
- src
- Type: System..::..IntPtr
The source floating-point array
- dst
- Type: System..::..IntPtr
The destination array; will have the same size and the same type as src