|
|
NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds Information about ROI Metadata.
Definition at line 79 of file nvds_roi_meta.h.

Data Fields | |
| NvOSD_RectParams | roi |
| guint | roi_polygon [DS_MAX_POLYGON_POINTS][2] |
| NvBufSurfaceParams * | converted_buffer |
| NvDsFrameMeta * | frame_meta |
| gdouble | scale_ratio_x |
| Ratio by which the frame/ROI crop was scaled. More... | |
| gdouble | scale_ratio_y |
| gdouble | offset_left |
| offsets in horizontal and vertical direction while scaling More... | |
| gdouble | offset_top |
| NvDsClassifierMetaList * | classifier_meta_list |
| Holds a pointer to a list of pointers of type NvDsClassifierMeta. More... | |
| NvDsUserMetaList * | roi_user_meta_list |
| Holds a pointer to a list of pointers of type NvDsUserMeta. More... | |