NVIDIA DeepStream SDK API Reference

6.4 Release
post_processor_instance_segment.h File Reference

Go to the source code of this file.

Data Structures

class  InstanceSegmentModelPostProcessor
 

Typedefs

typedef bool(* NvDsPostProcessInstanceMaskParseCustomFunc) (std::vector< NvDsInferLayerInfo > const &outputLayersInfo, NvDsInferNetworkInfo const &networkInfo, NvDsPostProcessParseDetectionParams const &detectionParams, std::vector< NvDsPostProcessInstanceMaskInfo > &objectList)
 Type definition for the custom bounding box and instance mask parsing function. More...
 

Typedef Documentation

◆ NvDsPostProcessInstanceMaskParseCustomFunc

typedef bool(* NvDsPostProcessInstanceMaskParseCustomFunc) (std::vector< NvDsInferLayerInfo > const &outputLayersInfo, NvDsInferNetworkInfo const &networkInfo, NvDsPostProcessParseDetectionParams const &detectionParams, std::vector< NvDsPostProcessInstanceMaskInfo > &objectList)

Type definition for the custom bounding box and instance mask parsing function.

Parameters
[in]outputLayersInfoA vector containing information on the output layers of the model.
[in]networkInfoNetwork information.
[in]detectionParamsDetection parameters required for parsing objects.
[out]objectListA reference to a vector in which the function is to add parsed objects and instance mask.

Definition at line 40 of file post_processor_instance_segment.h.