MotionHistory Class |
Namespace: Emgu.CV
The MotionHistory type exposes the following members.
Name | Description | |
---|---|---|
![]() | MotionHistory(Double, Double, Double) |
Create a motion history object
|
![]() | MotionHistory(Double, Double, Double, DateTime) |
Create a motion history object
|
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release unmanaged resources
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetMotionComponents |
Get a sequence of motion component
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MotionInfo |
Given a rectangle area of the motion, output the angle of the motion and the number of pixels that are considered to be motion pixel
|
![]() | ReleaseManagedResources |
Release any images associated with this object
(Overrides DisposableObjectReleaseManagedResources.) |
![]() | ToString | (Inherited from Object.) |
![]() | Update(Mat) |
Update the motion history with the specific image and current timestamp
|
![]() | Update(Mat, DateTime) |
Update the motion history with the specific image and the specific timestamp
|