http://www.emgu.com
The BackgroundSubstractorMOG2 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BackgroundSubstractorMOG2 |
Create an "Improved adaptive Gausian mixture model for background subtraction".
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the unmanaged memory associated with this background model.
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ReleaseManagedResources |
Release all managed resources associated with this background model.
(Inherited from BackgroundSubstractor.) |
![]() | ToString | (Inherited from Object.) |
![]() | Update(Image<(Of <<'(Bgr, Byte>)>>)) |
Update the background model
(Inherited from BackgroundSubstractor.) |
![]() | Update(Image<(Of <<'(Bgr, Byte>)>>), Double) |
Update the background model
(Inherited from BackgroundSubstractor.) |
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | BackgroundMask |
Get the mask of the background
(Inherited from BackgroundSubstractor.) |
![]() | ForgroundMask |
Get the mask of the forground
(Inherited from BackgroundSubstractor.) |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |