www.emgu.com/wiki Elementwise add img2 with the current image, using a mask

Declaration Syntax
Public Function Add ( _
img2 As Image(Of TColor, TDepth), _
mask As Image(Of Gray, Byte) _
) As Image(Of TColor, TDepth)

Parameters
- img2 (Image<(Of <(TColor, TDepth>)>))
- The image to be added to the current image
- mask (Image<(Of <(Gray, Byte>)>))
- The mask for the add operation

Return Value
The result of elementwise adding img2 to the current image, using the specific mask
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)