http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Adds the whole image or its selected region to accumulator sum
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvAcc( IntPtr image, IntPtr sum, IntPtr mask ) |
Visual Basic |
---|
Public Shared Sub cvAcc ( _ image As IntPtr, _ sum As IntPtr, _ mask As IntPtr _ ) |
Visual C++ |
---|
public: static void cvAcc( IntPtr image, IntPtr sum, IntPtr mask ) |
Parameters
- image
- Type: System..::..IntPtr
Input image, 1- or 3-channel, 8-bit or 32-bit floating point. (each channel of multi-channel image is processed independently).
- sum
- Type: System..::..IntPtr
Accumulator of the same number of channels as input image, 32-bit or 64-bit floating-point.
- mask
- Type: System..::..IntPtr
Optional operation mask