NVIDIA DeepStream SDK API Reference
4.0.2 Release
Welcome
API Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
nvds_dewarper_meta.h
Go to the documentation of this file.
1
11
#ifndef _NVDS_DEWARPER_META_H_
12
#define _NVDS_DEWARPER_META_H_
13
14
#include <gst/gst.h>
15
16
#ifdef __cplusplus
17
extern
"C"
18
{
19
#endif
20
28
#define MAX_DEWARPED_VIEWS 4
29
30
typedef
enum
31
{
32
NVDS_META_SURFACE_NONE
=0,
36
NVDS_META_SURFACE_FISH_PUSHBROOM
=1,
40
NVDS_META_SURFACE_FISH_VERTCYL
=2,
41
}
NvDsSurfaceType
;
42
43
typedef
struct
_NvDewarperSurfaceMeta
{
47
guint
type
[
MAX_DEWARPED_VIEWS
];
51
guint
index
[
MAX_DEWARPED_VIEWS
];
55
guint
source_id
;
59
guint
num_filled_surfaces
;
60
}
NvDewarperSurfaceMeta
;
61
62
#ifdef __cplusplus
63
}
64
#endif
65
66
#endif
MAX_DEWARPED_VIEWS
#define MAX_DEWARPED_VIEWS
Copyright (c) 2019, NVIDIA CORPORATION.
Definition:
nvds_dewarper_meta.h:28
_NvDewarperSurfaceMeta::num_filled_surfaces
guint num_filled_surfaces
number of filled surfaces in the frame
Definition:
nvds_dewarper_meta.h:59
_NvDewarperSurfaceMeta::source_id
guint source_id
source id of the frame e.g.
Definition:
nvds_dewarper_meta.h:55
_NvDewarperSurfaceMeta
Definition:
nvds_dewarper_meta.h:43
_NvDewarperSurfaceMeta::index
guint index[MAX_DEWARPED_VIEWS]
an array of index of dewarped surfaces
Definition:
nvds_dewarper_meta.h:51
NVDS_META_SURFACE_NONE
Definition:
nvds_dewarper_meta.h:32
NVDS_META_SURFACE_FISH_PUSHBROOM
pushbroom surface surface type
Definition:
nvds_dewarper_meta.h:36
NVDS_META_SURFACE_FISH_VERTCYL
vertical radical cylindrical surface
Definition:
nvds_dewarper_meta.h:40
NvDewarperSurfaceMeta
struct _NvDewarperSurfaceMeta NvDewarperSurfaceMeta
NvDsSurfaceType
NvDsSurfaceType
Definition:
nvds_dewarper_meta.h:30
_NvDewarperSurfaceMeta::type
guint type[MAX_DEWARPED_VIEWS]
an array of type of dewarped surfaces
Definition:
nvds_dewarper_meta.h:47
Advance Information | Subject to Change | Generated by NVIDIA | Fri Dec 20 2019 15:10:21 | PR-09318-R32