Accumulate img2 to the current image using the specific mask

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

Syntax

         
 C#  Visual Basic  Visual C++ 
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

See Also