NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvds_dewarper_meta.h
Go to the documentation of this file.
1 
26 #ifndef _NVDS_DEWARPER_META_H_
27 #define _NVDS_DEWARPER_META_H_
28 
29 #include <gst/gst.h>
30 
31 #ifdef __cplusplus
32 extern "C"
33 {
34 #endif
35 
36 /*
37  * Defines DeepStream Dewarper metadata.
38  */
39 
43 #define MAX_DEWARPED_VIEWS 4
44 
48 typedef enum
49 {
58 
62 typedef struct _NvDewarperSurfaceMeta {
68  guint source_id;
72 
73 #ifdef __cplusplus
74 }
75 #endif
76 
77 #endif
78 
guint num_filled_surfaces
Holds the number of filled surfaces in the frame.
guint source_id
Holds the source ID of the frame, e.g.
Holds a set of dewarper metadata.
guint index[MAX_DEWARPED_VIEWS]
Holds an array of indices of dewarped surfaces.
Defines the vertical radical cylindrical surface type.
#define MAX_DEWARPED_VIEWS
Maximum number of dewarped surfaces per frame supported.
struct _NvDewarperSurfaceMeta NvDewarperSurfaceMeta
Holds a set of dewarper metadata.
Defines the perspective projection with Brown distortion model surface.
NvDsSurfaceType
Defines metadata surface types.
Defines the pushbroom surface type.
guint type[MAX_DEWARPED_VIEWS]
Holds an array of the types of dewarped surfaces.