Emgu CV Library Documentation
GetMotionComponents Method (storage)
NamespacesEmgu.CVMotionHistoryGetMotionComponents(MemStorage)

www.emgu.com/wiki
Get a sequence of motion component
Declaration Syntax
C#Visual BasicVisual C++
public Seq<MCvConnectedComp> GetMotionComponents(
	MemStorage storage
)
Public Function GetMotionComponents ( _
	storage As MemStorage _
) As Seq(Of MCvConnectedComp)
public:
Seq<MCvConnectedComp>^ GetMotionComponents(
	MemStorage^ storage
)
Parameters
storage (MemStorage)
The storage used by the motion components
Return Value
A sequence of motion components

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)