Go to the source code of this file.
|
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) |
|
◆ attach_metadata_classifier()
◆ attach_metadata_detector()
◆ attach_metadata_segmentation()
◆ attach_tensor_output_meta()
◆ merge_classification_output()