NVIDIA DeepStream SDK API Reference

7.0 Release
infer_post_datatypes.h File Reference

Go to the source code of this file.

Data Structures

struct  NvDsInferObject
 Holds the information about one detected object. More...
 
struct  NvDsInferDetectionOutput
 Holds the information on all objects detected by a detector network in one frame. More...
 
struct  NvDsInferSegmentationOutput
 Holds the 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 100 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 99 of file infer_post_datatypes.h.

◆ INFER_SERVER_PRIVATE_BUF

#define INFER_SERVER_PRIVATE_BUF   "@@NvInferServer"

Definition at line 97 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 102 of file infer_post_datatypes.h.