NVIDIA DeepStream SDK API Reference

7.1 Release
gstnvinfer_meta_utils.h File Reference

Go to the source code of this file.

Functions

void attach_metadata_detector (GstNvInfer *nvinfer, GstMiniObject *tensor_out_object, GstNvInferFrame &frame, NvDsInferDetectionOutput &detection_output, float segmentationThreshold)
 
void attach_metadata_classifier (GstNvInfer *nvinfer, GstMiniObject *tensor_out_object, GstNvInferFrame &frame, GstNvInferObjectInfo &object_info)
 
void merge_classification_output (GstNvInferObjectHistory &history, GstNvInferObjectInfo &new_result)
 
void attach_metadata_segmentation (GstNvInfer *nvinfer, GstMiniObject *tensor_out_object, GstNvInferFrame &frame, NvDsInferSegmentationOutput &segmentation_output)
 
void attach_tensor_output_meta (GstNvInfer *nvinfer, GstMiniObject *tensor_out_object, GstNvInferBatch *batch, NvDsInferContextBatchOutput *batch_output)
 

Function Documentation

◆ attach_metadata_classifier()

void attach_metadata_classifier ( GstNvInfer nvinfer,
GstMiniObject *  tensor_out_object,
GstNvInferFrame frame,
GstNvInferObjectInfo object_info 
)

◆ attach_metadata_detector()

void attach_metadata_detector ( GstNvInfer nvinfer,
GstMiniObject *  tensor_out_object,
GstNvInferFrame frame,
NvDsInferDetectionOutput detection_output,
float  segmentationThreshold 
)

◆ attach_metadata_segmentation()

void attach_metadata_segmentation ( GstNvInfer nvinfer,
GstMiniObject *  tensor_out_object,
GstNvInferFrame frame,
NvDsInferSegmentationOutput segmentation_output 
)

◆ attach_tensor_output_meta()

void attach_tensor_output_meta ( GstNvInfer nvinfer,
GstMiniObject *  tensor_out_object,
GstNvInferBatch batch,
NvDsInferContextBatchOutput batch_output 
)

◆ merge_classification_output()

void merge_classification_output ( GstNvInferObjectHistory history,
GstNvInferObjectInfo new_result 
)