Click or drag to resize

MotionHistory Class

http://www.emgu.com
The motion history class
Inheritance Hierarchy

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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
Properties
  NameDescription
Public propertyMask
The motion mask. Do not dispose this image.
Top
Methods
  NameDescription
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release unmanaged resources
(Overrides DisposableObjectDisposeObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetMotionComponents
Get a sequence of motion component
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (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 (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
Remarks
For help on using this class, take a look at the Motion Detection example
See Also