Simd Library Documentation.

Home | Release Notes | Download | Documentation | Issues | GitHub
Metadata Struct Reference

Result of Detector::NextFrame for the current frame. More...

#include <SimdMotion.hpp>

Data Fields

Objects objects
 Classified moving objects at the current frame. Typical usage draws rect, id and trajectory.
 
Events events
 Events generated at the current frame. NextFrame clears this list before filling it.
 

Detailed Description

Result of Detector::NextFrame for the current frame.

objects are classified moving objects (including those just deleted on this frame). events are generated on this frame only: NextFrame clears the list first. Typical usage annotates objects (rect, id, trajectory) and then events (type and objectId).