NVIDIA DeepStream SDK API Reference

4.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
NvDsInferFrameOutput Struct Reference

Detailed Description

Holds the information inferred by the network on one frame.

Definition at line 439 of file nvdsinfer_context.h.

Data Fields

NvDsInferNetworkType outputType
 Output type indicating the valid member in the union. More...
 
union {
   NvDsInferDetectionOutput   detectionOutput
 Detector output. More...
 
   NvDsInferClassificationOutput   classificationOutput
 Classifier output. More...
 
   NvDsInferSegmentationOutput   segmentationOutput
 Classifier output. More...
 
}; 
 Union of the various outputs supported. More...
 

Field Documentation

union { ... }

Union of the various outputs supported.

Valid member is based on the outputType.

NvDsInferClassificationOutput NvDsInferFrameOutput::classificationOutput

Classifier output.

Valid when outputType is NvDsInferNetworkType_Classifier.

Definition at line 451 of file nvdsinfer_context.h.

NvDsInferDetectionOutput NvDsInferFrameOutput::detectionOutput

Detector output.

Valid when outputType is NvDsInferNetworkType_Detector.

Definition at line 449 of file nvdsinfer_context.h.

NvDsInferNetworkType NvDsInferFrameOutput::outputType

Output type indicating the valid member in the union.

This is basically the network type.

Definition at line 443 of file nvdsinfer_context.h.

NvDsInferSegmentationOutput NvDsInferFrameOutput::segmentationOutput

Classifier output.

Valid when outputType is NvDsInferNetworkType_Classifier.

Definition at line 453 of file nvdsinfer_context.h.


The documentation for this struct was generated from the following file: