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.2.1.1150 (2.2.1.1150)

Syntax

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

See Also