NVIDIA DeepStream SDK API Reference

6.2 Release
infer_post_datatypes.h File Reference

Go to the source code of this file.

Data Structures

struct  NvDsInferObject
 Holds information about one detected object. More...
 
struct  NvDsInferDetectionOutput
 Holds information on all objects detected by a detector network in one frame. More...
 
struct  NvDsInferSegmentationOutput
 Holds information parsed from segmentation network output for one frame. More...
 
struct  TritonClassParams
 

Macros

#define INFER_SERVER_PRIVATE_BUF   "@@NvInferServer"
 
#define INFER_SERVER_DETECTION_BUF_NAME   INFER_SERVER_PRIVATE_BUF "Detections"
 
#define INFER_SERVER_CLASSIFICATION_BUF_NAME   INFER_SERVER_PRIVATE_BUF "Classfications"
 
#define INFER_SERVER_SEGMENTATION_BUF_NAME   INFER_SERVER_PRIVATE_BUF "Segmentations"
 

Macro Definition Documentation

◆ INFER_SERVER_CLASSIFICATION_BUF_NAME

#define INFER_SERVER_CLASSIFICATION_BUF_NAME   INFER_SERVER_PRIVATE_BUF "Classfications"

Definition at line 99 of file infer_post_datatypes.h.

◆ INFER_SERVER_DETECTION_BUF_NAME

#define INFER_SERVER_DETECTION_BUF_NAME   INFER_SERVER_PRIVATE_BUF "Detections"

Definition at line 98 of file infer_post_datatypes.h.

◆ INFER_SERVER_PRIVATE_BUF

#define INFER_SERVER_PRIVATE_BUF   "@@NvInferServer"

Definition at line 96 of file infer_post_datatypes.h.

◆ INFER_SERVER_SEGMENTATION_BUF_NAME

#define INFER_SERVER_SEGMENTATION_BUF_NAME   INFER_SERVER_PRIVATE_BUF "Segmentations"

Definition at line 101 of file infer_post_datatypes.h.