www.emgu.com/wiki
Accumulate img2 to the current image using the specific mask

Declaration Syntax
public void Acc(
Image<TColor, TDepth> img2
)
Public Sub Acc ( _
img2 As Image(Of TColor, TDepth) _
)
public:
void Acc(
Image<TColor, TDepth>^ img2
)

Parameters
- img2 (Image<(Of <(TColor, TDepth>)>))
- The image to be added to the current image
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)