A forground detector
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public class FGDetector<TColor> : UnmanagedObject, IBGFGDetector<TColor> where TColor : struct, new(), IColor |
Visual Basic (Declaration) |
---|
Public Class FGDetector(Of TColor As {Structure, New, IColor}) _ Inherits UnmanagedObject _ Implements IBGFGDetector(Of TColor) |
Visual C++ |
---|
generic<typename TColor> where TColor : value class, gcnew(), IColor public ref class FGDetector : public UnmanagedObject, IBGFGDetector<TColor> |
Type Parameters
- TColor
[Missing <typeparam name="TColor"/> documentation for "T:Emgu.CV.VideoSurveillance.FGDetector`1"]
Inheritance Hierarchy
System..::.Object
Emgu.Util..::.DisposableObject
Emgu.Util..::.UnmanagedObject
Emgu.CV.VideoSurveillance..::.FGDetector<(Of <(TColor>)>)
Emgu.Util..::.DisposableObject
Emgu.Util..::.UnmanagedObject
Emgu.CV.VideoSurveillance..::.FGDetector<(Of <(TColor>)>)