NVIDIA DeepStream SDK API Reference

6.4 Release
NvTrackerMiscDataBuffer Struct Reference

Detailed Description

Copyright (c) 2023, NVIDIA CORPORATION.

All rights reserved.

NVIDIA Corporation and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without an express license agreement from NVIDIA Corporation is strictly prohibited. Tracker misc data buffer for a batch.

Definition at line 25 of file miscdatabufmanager.h.

Collaboration diagram for NvTrackerMiscDataBuffer:

Data Fields

NvDsTargetMiscDataBatch pastFrameObjBatch
 Past frame objects. More...
 
NvDsTrajectoryBatch trajectoryBatch
 Target trajectories. More...
 
NvDsReidTensorBatch reidTensorBatch
 ReID tensor. More...
 
NvDsTargetMiscDataBatch terminatedTrackBatch
 Terminated Objects . More...
 
NvDsTargetMiscDataBatch shadowTracksBatch
 Shadow Objects . More...
 

Field Documentation

◆ pastFrameObjBatch

NvDsTargetMiscDataBatch NvTrackerMiscDataBuffer::pastFrameObjBatch

Past frame objects.

Definition at line 28 of file miscdatabufmanager.h.

◆ reidTensorBatch

NvDsReidTensorBatch NvTrackerMiscDataBuffer::reidTensorBatch

ReID tensor.

Definition at line 32 of file miscdatabufmanager.h.

◆ shadowTracksBatch

NvDsTargetMiscDataBatch NvTrackerMiscDataBuffer::shadowTracksBatch

Shadow Objects .

Definition at line 36 of file miscdatabufmanager.h.

◆ terminatedTrackBatch

NvDsTargetMiscDataBatch NvTrackerMiscDataBuffer::terminatedTrackBatch

Terminated Objects .

Definition at line 34 of file miscdatabufmanager.h.

◆ trajectoryBatch

NvDsTrajectoryBatch NvTrackerMiscDataBuffer::trajectoryBatch

Target trajectories.

Definition at line 30 of file miscdatabufmanager.h.


The documentation for this struct was generated from the following file: