NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsPostProcessFrameOutput Struct Reference

Detailed Description

Holds the information inferred by the network on one frame.

Definition at line 483 of file post_processor_struct.h.

Collaboration diagram for NvDsPostProcessFrameOutput:

Data Fields

NvDsPostProcessNetworkType outputType
 Holds an output type indicating the valid member in the union of detectionOutput, classificationOutput, and segmentationOutput. More...
 
union {
   NvDsPostProcessDetectionOutput   detectionOutput
 Holds detector output. More...
 
   NvDsPostProcessClassificationOutput   classificationOutput
 Holds classifier output. More...
 
   NvDsPostProcessSegmentationOutput   segmentationOutput
 Holds classifier output. More...
 
}; 
 Holds a union of supported outputs. More...
 

Field Documentation

◆ @17

union { ... }

Holds a union of supported outputs.

The valid member is determined by outputType.

◆ classificationOutput

NvDsPostProcessClassificationOutput NvDsPostProcessFrameOutput::classificationOutput

Holds classifier output.

Valid when outputType is NvDsPostProcessNetworkType_Classifier.

Definition at line 498 of file post_processor_struct.h.

◆ detectionOutput

NvDsPostProcessDetectionOutput NvDsPostProcessFrameOutput::detectionOutput

Holds detector output.

Valid when outputType is NvDsPostProcessNetworkType_Detector.

Definition at line 495 of file post_processor_struct.h.

◆ outputType

NvDsPostProcessNetworkType NvDsPostProcessFrameOutput::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 488 of file post_processor_struct.h.

◆ segmentationOutput

NvDsPostProcessSegmentationOutput NvDsPostProcessFrameOutput::segmentationOutput

Holds classifier output.

Valid when outputType is NvDsPostProcessNetworkType_Classifier.

Definition at line 501 of file post_processor_struct.h.


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