Background statistics model
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public class BGStatModel<TColor> : UnmanagedObject, IBGFGDetector<TColor> where TColor : struct, new(), IColor
Public Class BGStatModel(Of TColor As {Structure, New, IColor}) _ Inherits UnmanagedObject _ Implements IBGFGDetector(Of TColor)
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"]
Members
All Members | Constructors ![]() | Fields ![]() | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | BGStatModel<(Of <(<'TColor>)>)>(Image<(Of <<'(TColor, Byte>)>>), BG_STAT_TYPE) |
Create a BGStatModel
|
![]() | BGStatModel<(Of <(<'TColor>)>)>(Image<(Of <<'(TColor, Byte>)>>), MCvFGDStatModelParams%) |
Create a foreground statistic model using the given parameters
|
![]() | BGStatModel<(Of <(<'TColor>)>)>(Image<(Of <<'(TColor, Byte>)>>), MCvGaussBGStatModelParams%) |
Create a Gaussian Background statistic model using the given parameters
|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | BackgroundMask |
Get a copy of the current background
|
![]() | Dispose()()()() |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject()()()() |
Release the BGStatModel and all the unmanaged memory associate with it
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() |
Destructor
(Inherited from DisposableObject.) |
![]() | ForgroundMask |
Get a copy of the mask for the current foreground
|
![]() | GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MCvBGStatModel |
Get the MCvBGStatModel structure
|
![]() | MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | ReleaseManagedResources()()()() |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | ToString()()()() | (Inherited from Object.) |
![]() | Update(Image<(Of <<'(TColor, Byte>)>>)) |
Update the statistic model
|
![]() | Update(Image<(Of <<'(TColor, Byte>)>>), Double) |
Update the statistic model
|
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>)>)>