NVIDIA DeepStream SDK API Reference

6.4 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)
 Copyright (c) 2018-2020, NVIDIA CORPORATION. More...
 
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 
)

Copyright (c) 2018-2020, NVIDIA CORPORATION.

All rights reserved.

NVIDIA Corporation and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without an express license agreement from NVIDIA Corporation is strictly prohibited.

◆ 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 
)