http://www.emgu.com
The interface for a background foreground Detector
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public interface IBGFGDetector<TColor>
where TColor : struct, new(), IColor
|
Visual Basic |
---|
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