http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Background statistics model
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public class BGStatModel<TColor> : UnmanagedObject, IBGFGDetector<TColor> where TColor : struct, new(), IColor |
Visual Basic |
---|
Public Class BGStatModel(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 BGStatModel : public UnmanagedObject, IBGFGDetector<TColor> |
Type Parameters
- TColor
[Missing <typeparam name="TColor"/> documentation for "T:Emgu.CV.VideoSurveillance.BGStatModel`1"]
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.VideoSurveillance..::..BGStatModel<(Of <(<'TColor>)>)>
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.VideoSurveillance..::..BGStatModel<(Of <(<'TColor>)>)>