Get or Set the equivalent CVBGCodeBookModel structure
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public MCvBGCodeBookModel MCvBGCodeBookModel { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MCvBGCodeBookModel As MCvBGCodeBookModel |
| Visual C++ |
|---|
public: property MCvBGCodeBookModel^ MCvBGCodeBookModel { MCvBGCodeBookModel^ get (); void set (MCvBGCodeBookModel^ value); } |