http://www.emgu.com
The FGDetector<(Of <(<'TColor>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FGDetector<(Of <(<'TColor>)>)>(FORGROUND_DETECTOR_TYPE) |
Create a foreground detector of the specific type
|
![]() | FGDetector<(Of <(<'TColor>)>)>(MCvGaussBGStatModelParams) |
Create a MOG foreground detector
|
![]() | FGDetector<(Of <(<'TColor>)>)>(FORGROUND_DETECTOR_TYPE, MCvFGDStatModelParams) |
Create a foreground detector of the specific type
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the foreground detector
(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 |
Update the foreground detector using the specific image
|
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | BackgroundMask |
Get the background mask
|
![]() | ForgroundMask |
Get the foreground mask from the detector
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |