NVIDIA DeepStream SDK API Reference

6.4 Release
gstnvdspostprocess.h File Reference

Go to the source code of this file.

Data Structures

struct  _GstNvDsPostProcess
 
struct  _GstNvDsPostProcessClass
 Boiler plate stuff. More...
 

Macros

#define PACKAGE   "nvdspostprocess"
 
#define VERSION   "1.0"
 
#define LICENSE   "Proprietary"
 
#define DESCRIPTION   "NVIDIA nvdspostprocess plugin for parsing inference output from nvdsinfer/nvdsinferserver with DeepStream on DGPU/Jetson"
 
#define BINARY_PACKAGE   "NVIDIA DeepStream Post Processing Plugin"
 
#define URL   "http://nvidia.com/"
 
#define GST_TYPE_NVDSPOSTPROCESS   (gst_nvdspostprocess_get_type())
 
#define GST_NVDSPOSTPROCESS(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSPOSTPROCESS,GstNvDsPostProcess))
 
#define GST_NVDSPOSTPROCESS_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSPOSTPROCESS,GstNvDsPostProcessClass))
 
#define GST_NVDSPOSTPROCESS_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVDSPOSTPROCESS, GstNvDsPostProcessClass))
 
#define GST_IS_NVDSPOSTPROCESS(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSPOSTPROCESS))
 
#define GST_IS_NVDSPOSTPROCESS_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSPOSTPROCESS))
 
#define GST_NVDSPOSTPROCESS_CAST(obj)   ((GstNvDsPostProcess *)(obj))
 

Typedefs

typedef typedefG_BEGIN_DECLS struct _GstNvDsPostProcess GstNvDsPostProcess
 
typedef struct _GstNvDsPostProcessClass GstNvDsPostProcessClass
 

Functions

GType gst_nvdspostprocess_get_type (void)
 

Macro Definition Documentation

◆ BINARY_PACKAGE

#define BINARY_PACKAGE   "NVIDIA DeepStream Post Processing Plugin"

Definition at line 45 of file gstnvdspostprocess.h.

◆ DESCRIPTION

#define DESCRIPTION   "NVIDIA nvdspostprocess plugin for parsing inference output from nvdsinfer/nvdsinferserver with DeepStream on DGPU/Jetson"

Definition at line 44 of file gstnvdspostprocess.h.

◆ GST_IS_NVDSPOSTPROCESS

#define GST_IS_NVDSPOSTPROCESS (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSPOSTPROCESS))

Definition at line 58 of file gstnvdspostprocess.h.

◆ GST_IS_NVDSPOSTPROCESS_CLASS

#define GST_IS_NVDSPOSTPROCESS_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSPOSTPROCESS))

Definition at line 59 of file gstnvdspostprocess.h.

◆ GST_NVDSPOSTPROCESS

#define GST_NVDSPOSTPROCESS (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSPOSTPROCESS,GstNvDsPostProcess))

Definition at line 55 of file gstnvdspostprocess.h.

◆ GST_NVDSPOSTPROCESS_CAST

#define GST_NVDSPOSTPROCESS_CAST (   obj)    ((GstNvDsPostProcess *)(obj))

Definition at line 60 of file gstnvdspostprocess.h.

◆ GST_NVDSPOSTPROCESS_CLASS

#define GST_NVDSPOSTPROCESS_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSPOSTPROCESS,GstNvDsPostProcessClass))

Definition at line 56 of file gstnvdspostprocess.h.

◆ GST_NVDSPOSTPROCESS_GET_CLASS

#define GST_NVDSPOSTPROCESS_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVDSPOSTPROCESS, GstNvDsPostProcessClass))

Definition at line 57 of file gstnvdspostprocess.h.

◆ GST_TYPE_NVDSPOSTPROCESS

#define GST_TYPE_NVDSPOSTPROCESS   (gst_nvdspostprocess_get_type())

Definition at line 54 of file gstnvdspostprocess.h.

◆ LICENSE

#define LICENSE   "Proprietary"

Definition at line 43 of file gstnvdspostprocess.h.

◆ PACKAGE

#define PACKAGE   "nvdspostprocess"

Definition at line 41 of file gstnvdspostprocess.h.

◆ URL

#define URL   "http://nvidia.com/"

Definition at line 46 of file gstnvdspostprocess.h.

◆ VERSION

#define VERSION   "1.0"

Definition at line 42 of file gstnvdspostprocess.h.

Typedef Documentation

◆ GstNvDsPostProcess

typedef typedefG_BEGIN_DECLS struct _GstNvDsPostProcess GstNvDsPostProcess

Definition at line 50 of file gstnvdspostprocess.h.

◆ GstNvDsPostProcessClass

Definition at line 51 of file gstnvdspostprocess.h.

Function Documentation

◆ gst_nvdspostprocess_get_type()

GType gst_nvdspostprocess_get_type ( void  )