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.1.0.649 (2.1.0.649)

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