The interface for a Background / Forground Detector

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

Syntax

C#
public interface IBGFGDetector<TColor>
where TColor : struct, new(), IColor
Visual Basic (Declaration)
Public Interface IBGFGDetector(Of TColor As {Structure, New, IColor})
Visual C++
generic<typename TColor>
where TColor : value class, gcnew(), IColor
public interface class IBGFGDetector

Type Parameters

TColor
The type of color image to be analyzed

See Also