http://www.emgu.com
The BGStatModel<(Of <(<'TColor>)>)> type exposes the following members.
Constructors
Name | 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
|
Methods
Name | Description | |
---|---|---|
![]() | 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 | (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 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
|
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | BackgroundMask |
Get a copy of the current background
|
![]() | ForgroundMask |
Get a copy of the mask for the current foreground
|
![]() | MCvBGStatModel |
Get the MCvBGStatModel structure
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |