NVIDIA DeepStream SDK API Reference

9.0 Release
sources/includes/nvdsinferserver/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"

◆ INFER_SERVER_DETECTION_BUF_NAME

#define INFER_SERVER_DETECTION_BUF_NAME   INFER_SERVER_PRIVATE_BUF "Detections"

◆ INFER_SERVER_PRIVATE_BUF

#define INFER_SERVER_PRIVATE_BUF   "@@NvInferServer"

◆ INFER_SERVER_SEGMENTATION_BUF_NAME

#define INFER_SERVER_SEGMENTATION_BUF_NAME   INFER_SERVER_PRIVATE_BUF "Segmentations"