http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a BGStatModel
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public BGStatModel( Image<TColor, byte> image, BG_STAT_TYPE type ) |
Visual Basic |
---|
Public Sub New ( _ image As Image(Of TColor, Byte), _ type As BG_STAT_TYPE _ ) |
Visual C++ |
---|
public: BGStatModel( Image<TColor, unsigned char>^ image, BG_STAT_TYPE type ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'TColor, Byte>)>)>
The image used for initiating the statistic model
- type
- Type: Emgu.CV.CvEnum..::..BG_STAT_TYPE
The type of the statistics model