The interface for a background foreground Detector

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 interface IBGFGDetector<TColor>
where TColor : struct, new(), IColor
Public Interface IBGFGDetector(Of TColor As {Structure, New, IColor})
generic<typename TColor>
where TColor : value class, gcnew(), IColor
public interface class IBGFGDetector

Type Parameters

TColor
The type of color image to be analyzed

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BackgroundMask
Get the mask of the background
ForgroundMask
Get the mask of the forground
Update(Image<(Of <<'(TColor, Byte>)>>))
Update the FGBG

See Also