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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Destructor
(Inherited from DisposableObject.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMotionComponents |
Get a sequence of motion component
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (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 | Returns a string that represents the current object. (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
|