Computes magnitude of each (x(i), y(i)) vector
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- x
- IntPtr
The source GpuMat. Supports only floating-point type
- y
- IntPtr
The source GpuMat. Supports only floating-point type
- magnitude
- IntPtr
The destination GpuMat. Supports only floating-point type
- stream
- IntPtr
Use a Stream to call the function asynchronously (non-blocking) or IntPtr.Zero to call the function synchronously (blocking).