http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public FGDetector<TColor> FGDetector { get; set; } |
Visual Basic |
---|
Public Property FGDetector As FGDetector(Of TColor) Get Set |
Visual C++ |
---|
public: property FGDetector<TColor>^ FGDetector { FGDetector<TColor>^ get (); void set (FGDetector<TColor>^ value); } |