http://www.emgu.com
The MotionHistory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MotionHistory(Double, Double, Double) |
Create a motion history object
|
![]() | MotionHistory(Double, Double, Double, DateTime) |
Create a motion history object
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release unmanaged resources
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(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 rectagle 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 DisposableObject..::..ReleaseManagedResources()()()().) |
![]() | 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
|
Properties
Name | Description | |
---|---|---|
![]() | Mask |
The motion mask.
Do not dispose this image.
|
![]() | SegmentMask |
The Motion Segment Mask.
Same as the seg_mask in cvSegmentMotion function
Do not dispose this image.
|