http://www.emgu.com
The BackgroundSubstractor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BackgroundSubstractor | Initializes a new instance of the BackgroundSubstractor class |
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged resources
(Inherited from DisposableObject.) |
![]() | 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.
(Overrides DisposableObject..::..ReleaseManagedResources()()()().) |
![]() | ToString | (Inherited from Object.) |
![]() | Update(Image<(Of <<'(Bgr, Byte>)>>)) |
Update the background model
|
![]() | Update(Image<(Of <<'(Bgr, Byte>)>>), Double) |
Update the background model
|
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | BackgroundMask |
Get the mask of the background
|
![]() | ForgroundMask |
Get the mask of the forground
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |