Emgu CV Library Documentation
Update Method (image)
NamespacesEmgu.CV.VideoSurveillanceBackgroundStatisticsModelUpdate(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.VideoSurveillance.BackgroundStatisticsModel.Update(Emgu.CV.Image{Emgu.CV.Structure.Bgr,System.Byte})"]

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)