http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Computes squared integral image
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void SqrIntegral( IntPtr src, IntPtr sqsum, IntPtr stream ) |
Visual Basic |
---|
Public Shared Sub SqrIntegral ( _ src As IntPtr, _ sqsum As IntPtr, _ stream As IntPtr _ ) |
Visual C++ |
---|
public: static void SqrIntegral( IntPtr src, IntPtr sqsum, IntPtr stream ) |
Parameters
- src
- Type: System..::..IntPtr
The source GpuMat, supports only CV_8UC1 source type
- sqsum
- Type: System..::..IntPtr
The sqsum GpuMat, supports only CV32F source type.
- stream
- Type: System..::..IntPtr
Use a Stream to call the function asynchronously (non-blocking) or IntPtr.Zero to call the function synchronously (blocking).