http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Computes the integral 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 Integral( IntPtr src, IntPtr sum ) |
Visual Basic |
---|
Public Shared Sub Integral ( _ src As IntPtr, _ sum As IntPtr _ ) |
Visual C++ |
---|
public: static void Integral( IntPtr src, IntPtr sum ) |
Parameters
- src
- Type: System..::..IntPtr
The source GpuMat, supports only CV_8UC1 source type
- sum
- Type: System..::..IntPtr
The sum GpuMat, supports only CV_32S source type, but will contain unsigned int values