Definition at line 373 of file nvdstracker.h.
Data Fields | |
| NvMOTCompute | computeConfig |
| Holds flags for supported compute targets. More... | |
| uint8_t | numTransforms |
| Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig. More... | |
| NvBufSurfaceColorFormat | colorFormats [1] |
| Holds the color formats for input buffers; a required value. More... | |
| NvBufSurfaceMemType | memType |
| Holds the preferred memory type for input buffers. More... | |
| uint32_t | maxTargetsPerStream |
| Holds maximum number of targets per stream. More... | |
| uint32_t | maxShadowTrackingAge |
| Holds maximum shadow tracking age per stream. More... | |
| bool | outputReidTensor |
| Whether to output ReID tensor in user meta. More... | |
| uint32_t | reidFeatureSize |
| Reid feature size. More... | |
| bool | outputTrajectory |
| Whether to output target trajectories in user meta. More... | |
| bool | outputVisibility |
| Whether to output visibility in user meta. More... | |
| bool | outputFootLocation |
| Whether to output foot location in user meta. More... | |
| bool | outputConvexHull |
| Whether to output convex hull in user meta. More... | |
| uint32_t | maxConvexHullSize |
| Holdes maximum number of points in a convex hull. More... | |
| bool | supportPastFrame |
| Holds a Boolean which is true if outputing past frame is supported. More... | |
| NvMOTBatchMode | batchMode |
| Holds flags for whether batch or none batch mode is supported. More... | |
| bool | outputTerminatedTracks |
| Whether to output terminted Tacks info in user meta. More... | |
| uint32_t | maxTrajectoryBufferLength |
| maximum frame of history to save per terminated track. More... | |
| bool | outputShadowTracks |
| Whether to output Shadow Tracks info in user meta. More... | |
| NvMOTBatchMode _NvMOTQuery::batchMode |
Holds flags for whether batch or none batch mode is supported.
Definition at line 405 of file nvdstracker.h.
| NvBufSurfaceColorFormat _NvMOTQuery::colorFormats[1] |
Holds the color formats for input buffers; a required value.
Definition at line 381 of file nvdstracker.h.
| NvMOTCompute _NvMOTQuery::computeConfig |
Holds flags for supported compute targets.
Definition at line 376 of file nvdstracker.h.
| uint32_t _NvMOTQuery::maxConvexHullSize |
Holdes maximum number of points in a convex hull.
Definition at line 401 of file nvdstracker.h.
| uint32_t _NvMOTQuery::maxShadowTrackingAge |
Holds maximum shadow tracking age per stream.
Definition at line 387 of file nvdstracker.h.
| uint32_t _NvMOTQuery::maxTargetsPerStream |
Holds maximum number of targets per stream.
Definition at line 385 of file nvdstracker.h.
| uint32_t _NvMOTQuery::maxTrajectoryBufferLength |
maximum frame of history to save per terminated track.
Definition at line 409 of file nvdstracker.h.
| NvBufSurfaceMemType _NvMOTQuery::memType |
Holds the preferred memory type for input buffers.
Definition at line 383 of file nvdstracker.h.
| uint8_t _NvMOTQuery::numTransforms |
Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.
Definition at line 379 of file nvdstracker.h.
| bool _NvMOTQuery::outputConvexHull |
Whether to output convex hull in user meta.
Definition at line 399 of file nvdstracker.h.
| bool _NvMOTQuery::outputFootLocation |
Whether to output foot location in user meta.
Definition at line 397 of file nvdstracker.h.
| bool _NvMOTQuery::outputReidTensor |
Whether to output ReID tensor in user meta.
Definition at line 389 of file nvdstracker.h.
| bool _NvMOTQuery::outputShadowTracks |
Whether to output Shadow Tracks info in user meta.
Definition at line 411 of file nvdstracker.h.
| bool _NvMOTQuery::outputTerminatedTracks |
Whether to output terminted Tacks info in user meta.
Definition at line 407 of file nvdstracker.h.
| bool _NvMOTQuery::outputTrajectory |
Whether to output target trajectories in user meta.
Definition at line 393 of file nvdstracker.h.
| bool _NvMOTQuery::outputVisibility |
Whether to output visibility in user meta.
Definition at line 395 of file nvdstracker.h.
| uint32_t _NvMOTQuery::reidFeatureSize |
Reid feature size.
Definition at line 391 of file nvdstracker.h.
| bool _NvMOTQuery::supportPastFrame |
Holds a Boolean which is true if outputing past frame is supported.
Definition at line 403 of file nvdstracker.h.