FGDetector module. If this field is NULL the Process FG mask is used.
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public FGDetector<TColor> FGDetector { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property FGDetector As FGDetector(Of TColor) |
| Visual C++ |
|---|
public: property FGDetector<TColor>^ FGDetector { FGDetector<TColor>^ get (); void set (FGDetector<TColor>^ value); } |