The motion history class

C# | Visual Basic | Visual C++ |
public class MotionHistory
Public Class MotionHistory
public ref class MotionHistory

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | MotionHistory(Int32, Int32, Double, Double, Double) |
Create a motion history object
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Mask |
The motion mask
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MotionComponents |
Get a sequence of motion component
|
![]() | MotionInfo(MCvRect, Double%, Double%) |
Given a rectagle area of the motion, output the angle of the motion and the number of pixels that are considered to be motion pixel
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | Update(Image<(Of <(Gray, Byte>)>)) |
Update the motion history with the specific image and current timestamp
|
![]() | Update(Image<(Of <(Gray, Byte>)>), DateTime) |
Update the motion history with the specific image and the specific timestamp
|

For help on using this class, take a look at the Motion Detection example

Object | |
![]() | MotionHistory |