ImageTColor, TDepthAccumulate Method (ImageTColor, TDepth) |
http://www.emgu.com
Accumulate img2 to the current image using the specific mask
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Accumulate(
Image<TColor, TDepth> img2
)
Public Sub Accumulate (
img2 As Image(Of TColor, TDepth)
)
public:
void Accumulate(
Image<TColor, TDepth>^ img2
)
member Accumulate :
img2 : Image<'TColor, 'TDepth> -> unit
Parameters
- img2
- Type: Emgu.CVImageTColor, TDepth
The image to be added to the current image
See Also