|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
List of objects.
Definition at line 153 of file nvdstracker.h.

Data Fields | |
| bool | detectionDone |
| True if detection was done on this frame even if the list of objects to track is empty. More... | |
| NvMOTObjToTrack * | list |
| Pointer to a list/array of object info blocks. More... | |
| uint32_t | numAllocated |
| Number of blocks allocated for the list. More... | |
| uint32_t | numFilled |
| Number of populated blocks in the list. More... | |
| bool _NvMOTObjToTrackList::detectionDone |
True if detection was done on this frame even if the list of objects to track is empty.
False otherwise.
Definition at line 155 of file nvdstracker.h.
| NvMOTObjToTrack* _NvMOTObjToTrackList::list |
Pointer to a list/array of object info blocks.
Definition at line 157 of file nvdstracker.h.
| uint32_t _NvMOTObjToTrackList::numAllocated |
Number of blocks allocated for the list.
Definition at line 158 of file nvdstracker.h.
| uint32_t _NvMOTObjToTrackList::numFilled |
Number of populated blocks in the list.
Definition at line 159 of file nvdstracker.h.