Create a background statistics model

C# | Visual Basic | Visual C++ |
public class BackgroundStatisticsModel : UnmanagedObject
Public Class BackgroundStatisticsModel _ Inherits UnmanagedObject
public ref class BackgroundStatisticsModel : public UnmanagedObject

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | BackgroundStatisticsModel(Image<(Of <(Bgr, Byte>)>), BG_STAT_TYPE) |
Create a BGStatModel
|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Background |
Get a copy of the current background
|
![]() | Dispose()()() |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | Dispose(Boolean) |
Release the all the memory associate with this object
(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.) |
![]() | Foreground |
Get a copy of the mask for the current forground
|
![]() | 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.) |
![]() | ToString()()() | (Inherited from Object.) |
![]() | Update(Image<(Of <(Bgr, Byte>)>)) |
Update the statistic model
|

Object | |||
![]() | DisposableObject | ||
![]() | UnmanagedObject | ||
![]() | BackgroundStatisticsModel |