http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Computes square of each pixel in an image
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static void Sqr( IntPtr src, IntPtr dst, IntPtr stream ) |
Visual Basic |
---|
Public Shared Sub Sqr ( _ src As IntPtr, _ dst As IntPtr, _ stream As IntPtr _ ) |
Visual C++ |
---|
public: static void Sqr( IntPtr src, IntPtr dst, IntPtr stream ) |
Parameters
- src
- Type: System..::..IntPtr
The source GpuMat, support depth of byte, UInt16, Int16 and float.
- dst
- Type: System..::..IntPtr
The resulting GpuMat
- stream
- Type: System..::..IntPtr
Use a Stream to call the function asynchronously (non-blocking) or IntPtr.Zero to call the function synchronously (blocking).