Adds product of 2 images or thier selected regions to accumulator acc
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub cvMultiplyAcc ( _
image1 As IntPtr, _
image2 As IntPtr, _
acc As IntPtr, _
mask As IntPtr _
) |
Parameters
- image1
- Type: System..::.IntPtr
First input image, 1- or 3-channel, 8-bit or 32-bit floating point (each channel of multi-channel image is processed independently)
- image2
- Type: System..::.IntPtr
Second input image, the same format as the first one
- acc
- Type: System..::.IntPtr
Accumulator of the same number of channels as input images, 32-bit or 64-bit floating-point
- mask
- Type: System..::.IntPtr
Optional operation mask
See Also