Definition at line 398 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... | |
NvMOTContextHandle | contextHandle |
Hold the context handle. More... | |
NvMOTBatchMode _NvMOTQuery::batchMode |
Holds flags for whether batch or none batch mode is supported.
Definition at line 430 of file nvdstracker.h.
NvBufSurfaceColorFormat _NvMOTQuery::colorFormats[1] |
Holds the color formats for input buffers; a required value.
Definition at line 406 of file nvdstracker.h.
NvMOTCompute _NvMOTQuery::computeConfig |
Holds flags for supported compute targets.
Definition at line 401 of file nvdstracker.h.
NvMOTContextHandle _NvMOTQuery::contextHandle |
Hold the context handle.
Definition at line 438 of file nvdstracker.h.
uint32_t _NvMOTQuery::maxConvexHullSize |
Holdes maximum number of points in a convex hull.
Definition at line 426 of file nvdstracker.h.
uint32_t _NvMOTQuery::maxShadowTrackingAge |
Holds maximum shadow tracking age per stream.
Definition at line 412 of file nvdstracker.h.
uint32_t _NvMOTQuery::maxTargetsPerStream |
Holds maximum number of targets per stream.
Definition at line 410 of file nvdstracker.h.
uint32_t _NvMOTQuery::maxTrajectoryBufferLength |
maximum frame of history to save per terminated track.
Definition at line 434 of file nvdstracker.h.
NvBufSurfaceMemType _NvMOTQuery::memType |
Holds the preferred memory type for input buffers.
Definition at line 408 of file nvdstracker.h.
uint8_t _NvMOTQuery::numTransforms |
Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.
Definition at line 404 of file nvdstracker.h.
bool _NvMOTQuery::outputConvexHull |
Whether to output convex hull in user meta.
Definition at line 424 of file nvdstracker.h.
bool _NvMOTQuery::outputFootLocation |
Whether to output foot location in user meta.
Definition at line 422 of file nvdstracker.h.
bool _NvMOTQuery::outputReidTensor |
Whether to output ReID tensor in user meta.
Definition at line 414 of file nvdstracker.h.
bool _NvMOTQuery::outputShadowTracks |
Whether to output Shadow Tracks info in user meta.
Definition at line 436 of file nvdstracker.h.
bool _NvMOTQuery::outputTerminatedTracks |
Whether to output terminted Tacks info in user meta.
Definition at line 432 of file nvdstracker.h.
bool _NvMOTQuery::outputTrajectory |
Whether to output target trajectories in user meta.
Definition at line 418 of file nvdstracker.h.
bool _NvMOTQuery::outputVisibility |
Whether to output visibility in user meta.
Definition at line 420 of file nvdstracker.h.
uint32_t _NvMOTQuery::reidFeatureSize |
Reid feature size.
Definition at line 416 of file nvdstracker.h.
bool _NvMOTQuery::supportPastFrame |
Holds a Boolean which is true if outputing past frame is supported.
Definition at line 428 of file nvdstracker.h.