Get a sequence of motion component
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public Seq<MCvConnectedComp> GetMotionComponents( MemStorage storage ) |
| Visual Basic (Declaration) |
|---|
Public Function GetMotionComponents ( _ storage As MemStorage _ ) As Seq(Of MCvConnectedComp) |
| Visual C++ |
|---|
public: Seq<MCvConnectedComp>^ GetMotionComponents( MemStorage^ storage ) |
Parameters
- storage
- Type: Emgu.CV..::.MemStorage
The storage used by the motion components