Emgu CV Library Documentation
Update Method (image)
NamespacesEmgu.CVBackgroundStatisticsModelUpdate(Image<(Of <(Bgr, Byte>)>))

www.emgu.com/wiki
Update the statistic model
Declaration Syntax
C#Visual BasicVisual C++
public void Update(
	Image<Bgr, byte> image
)
Public Sub Update ( _
	image As Image(Of Bgr, Byte) _
)
public:
void Update(
	Image<Bgr^, unsigned char>^ image
)
Parameters
image (Image<(Of <(Bgr, Byte>)>))

[Missing <param name="image"/> documentation for "M:Emgu.CV.BackgroundStatisticsModel.Update(Emgu.CV.Image{Emgu.CV.Bgr,System.Byte})"]

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)