Create a forground statistic model using the given parameters
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public BGStatModel( Image<TColor, byte> image, ref MCvFGDStatModelParams parameters ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ image As Image(Of TColor, Byte), _ ByRef parameters As MCvFGDStatModelParams _ ) |
| Visual C++ |
|---|
public: BGStatModel( Image<TColor, unsigned char>^ image, MCvFGDStatModelParams% parameters ) |
Parameters
- image
- Type: Emgu.CV..::.Image<(Of <(TColor, Byte>)>)
The image used for initiating the statistic model
- parameters
- Type:
Emgu.CV.Structure..::.MCvFGDStatModelParams
%
FGDStatModel