http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Background code book model
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public class BGCodeBookModel<TColor> : DisposableObject where TColor : struct, new(), IColor |
Visual Basic |
---|
Public Class BGCodeBookModel(Of TColor As {Structure, New, IColor}) _ Inherits DisposableObject |
Visual C++ |
---|
generic<typename TColor> where TColor : value class, gcnew(), IColor public ref class BGCodeBookModel : public DisposableObject |
Type Parameters
- TColor
- The type of color for the image
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.CV.VideoSurveillance..::..BGCodeBookModel<(Of <(<'TColor>)>)>
Emgu.Util..::..DisposableObject
Emgu.CV.VideoSurveillance..::..BGCodeBookModel<(Of <(<'TColor>)>)>