[This is preliminary documentation and is subject to change.]

FGDetector module. If this field is NULL the Process FG mask is used.

Namespace:  Emgu.CV.VideoSurveillance
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public FGDetector<TColor> FGDetector { get; set; }
Public Property FGDetector As FGDetector(Of TColor)
public:
property FGDetector<TColor>^ FGDetector {
	FGDetector<TColor>^ get ();
	void set (FGDetector<TColor>^ value);
}

See Also