Background code book model

Namespace:  Emgu.CV.VideoSurveillance
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public class BGCodeBookModel<TColor> : UnmanagedObject, 
	IBGFGDetector<TColor>
where TColor : struct, new(), IColor
Visual Basic (Declaration)
Public Class BGCodeBookModel(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 BGCodeBookModel : public UnmanagedObject, 
	IBGFGDetector<TColor>

Type Parameters

TColor
The type of color for the image

Inheritance Hierarchy

System..::.Object
  Emgu.Util..::.DisposableObject
    Emgu.Util..::.UnmanagedObject
      Emgu.CV.VideoSurveillance..::.BGCodeBookModel<(Of <(TColor>)>)

See Also