The motion history class

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public class MotionHistory : DisposableObject
Visual Basic (Declaration)
Public Class MotionHistory _
	Inherits DisposableObject
Visual C++
public ref class MotionHistory : public DisposableObject

Remarks

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

Inheritance Hierarchy

System..::.Object
  Emgu.Util..::.DisposableObject
    Emgu.CV..::.MotionHistory

See Also