NvDsInferFrameOutput¶
-
struct
NvDsInferFrameOutput
Holds the information inferred by the network on one frame.
Public Members
-
NvDsInferNetworkType
outputType
¶ Holds an output type indicating the valid member in the union of detectionOutput, classificationOutput, and segmentationOutput.
This is basically the network type.
-
NvDsInferDetectionOutput
detectionOutput
¶ Holds detector output.
Valid when outputType is NvDsInferNetworkType_Detector.
-
NvDsInferClassificationOutput
classificationOutput
¶ Holds classifier output.
Valid when outputType is NvDsInferNetworkType_Classifier.
-
NvDsInferSegmentationOutput
segmentationOutput
¶ Holds classifier output.
Valid when outputType is NvDsInferNetworkType_Classifier.
-
union NvDsInferFrameOutput::[anonymous] [anonymous]¶
Holds a union of supported outputs.
The valid member is determined by outputType.
-
NvDsInferNetworkType