NVIDIA DeepStream SDK API Reference

6.4 Release
post_processor_classify.h File Reference

Go to the source code of this file.

Data Structures

class  ClassifyModelPostProcessor
 

Typedefs

typedef bool(* NvDsPostProcessClassiferParseCustomFunc) (std::vector< NvDsInferLayerInfo > const &outputLayersInfo, NvDsInferNetworkInfo const &networkInfo, float classifierThreshold, std::vector< NvDsPostProcessAttribute > &attrList, std::string &descString)
 

Typedef Documentation

◆ NvDsPostProcessClassiferParseCustomFunc

typedef bool(* NvDsPostProcessClassiferParseCustomFunc) (std::vector< NvDsInferLayerInfo > const &outputLayersInfo, NvDsInferNetworkInfo const &networkInfo, float classifierThreshold, std::vector< NvDsPostProcessAttribute > &attrList, std::string &descString)

Definition at line 30 of file post_processor_classify.h.