NVIDIA DeepStream inference specifications
Description: This file defines common elements used in the API exposed by the Gst-nvinfer plugin.
Definition in file sources/includes/nvdsinfer.h.
Go to the source code of this file.
Data Structures | |
| struct | NvDsInferDims |
| Holds the dimensions of a layer. More... | |
| struct | NvDsInferDimsCHW |
| Holds the dimensions of a three-dimensional layer. More... | |
| struct | NvDsInferLayerInfo |
| Holds information about one layer in the model. More... | |
| struct | NvDsInferNetworkInfo |
| Holds information about the model network. More... | |
| struct | NvDsInferObjectDetectionInfo |
| Holds information about one parsed object from a detector's output. More... | |
| struct | NvDsInferInstanceMaskInfo |
| Holds information about one parsed object and instance mask from a detector's output. More... | |
| struct | NvDsInferAttribute |
| Holds information about one classified attribute. More... | |
Macros | |
| #define | NVDSINFER_MAX_DIMS 8 |
| #define | _DS_DEPRECATED_(STR) __attribute__ ((deprecated (STR))) |
| #define | getDimsCHWFromDims(dimsCHW, dims) |
| Sets values on a NvDsInferDimsCHW structure from a NvDsInferDims structure. More... | |
| #define | getDimsHWCFromDims(dimsCHW, dims) |
Typedefs | |
| typedef NvDsInferObjectDetectionInfo | NvDsInferParseObjectInfo |
| A typedef defined to maintain backward compatibility. More... | |
Functions | |
| const char * | NvDsInferStatus2Str (NvDsInferStatus status) |
| Get the string name for the status. More... | |