Click or drag to resize
MotionHistory Class
http://www.emgu.com
The motion history class
Inheritance Hierarchy

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public class MotionHistory : DisposableObject

The MotionHistory type exposes the following members.

Constructors
  NameDescription
Public methodMotionHistory(Double, Double, Double)
Create a motion history object
Public methodMotionHistory(Double, Double, Double, DateTime)
Create a motion history object
Top
Methods
  NameDescription
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release unmanaged resources
(Overrides DisposableObjectDisposeObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMotionComponents
Get a sequence of motion component
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMotionInfo
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
Protected methodReleaseManagedResources
Release any images associated with this object
(Overrides DisposableObjectReleaseManagedResources.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate(Mat)
Update the motion history with the specific image and current timestamp
Public methodUpdate(Mat, DateTime)
Update the motion history with the specific image and the specific timestamp
Top
Properties
  NameDescription
Public propertyMask
The motion mask. Do not dispose this image.
Top
Remarks
For help on using this class, take a look at the Motion Detection example
See Also