NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds the information inferred by the network on one frame.

Definition at line 511 of file nvdsinfer_context.h.

Collaboration diagram for NvDsInferFrameOutput:

Data Fields

NvDsInferNetworkType outputType
 Holds an output type indicating the valid member in the union of detectionOutput, classificationOutput, and segmentationOutput. More...
 
union {
   NvDsInferDetectionOutput   detectionOutput
 Holds detector output. More...
 
   NvDsInferClassificationOutput   classificationOutput
 Holds classifier output. More...
 
   NvDsInferSegmentationOutput   segmentationOutput
 Holds classifier output. More...
 
}; 
 Holds a union of supported outputs. More...
 

Field Documentation

union { ... }

Holds a union of supported outputs.

The valid member is determined by outputType.

NvDsInferClassificationOutput NvDsInferFrameOutput::classificationOutput

Holds classifier output.

Valid when outputType is NvDsInferNetworkType_Classifier.

Definition at line 526 of file nvdsinfer_context.h.

NvDsInferDetectionOutput NvDsInferFrameOutput::detectionOutput

Holds detector output.

Valid when outputType is NvDsInferNetworkType_Detector.

Definition at line 523 of file nvdsinfer_context.h.

NvDsInferNetworkType NvDsInferFrameOutput::outputType

Holds an output type indicating the valid member in the union of detectionOutput, classificationOutput, and segmentationOutput.

This is basically the network type.

Definition at line 516 of file nvdsinfer_context.h.

NvDsInferSegmentationOutput NvDsInferFrameOutput::segmentationOutput

Holds classifier output.

Valid when outputType is NvDsInferNetworkType_Classifier.

Definition at line 529 of file nvdsinfer_context.h.


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