Emgu CV Library Documentation
BackgroundStatisticsModel Constructor (image, type)
NamespacesEmgu.CVBackgroundStatisticsModelBackgroundStatisticsModel(Image<(Of <(Bgr, Byte>)>), BG_STAT_TYPE)

www.emgu.com/wiki
Create a BGStatModel
Declaration Syntax
C#Visual BasicVisual C++
public BackgroundStatisticsModel(
	Image<Bgr, byte> image,
	BG_STAT_TYPE type
)
Public Sub New ( _
	image As Image(Of Bgr, Byte), _
	type As BG_STAT_TYPE _
)
public:
BackgroundStatisticsModel(
	Image<Bgr^, unsigned char>^ image, 
	BG_STAT_TYPE type
)
Parameters
image (Image<(Of <(Bgr, Byte>)>))
The image used for initiating the statistic model
type (BG_STAT_TYPE)
The type of the statistics model

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