Accumulate img2 to the current image using the specific mask

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void Acc(
	Image<TColor, TDepth> img2
)
Visual Basic (Declaration)
Public Sub Acc ( _
	img2 As Image(Of TColor, TDepth) _
)
Visual C++
public:
void Acc(
	Image<TColor, TDepth>^ img2
)

Parameters

img2
Type: Emgu.CV..::.Image<(Of <(TColor, TDepth>)>)
The image to be added to the current image

See Also