NVIDIA DeepStream SDK API Reference

7.0 Release
CustomTransformParams Struct Reference

Detailed Description

custom transformation parameter for calling nvbufsurftransform api for scaling and converting the ROIs to the network resolutions to be used by custom lib.

Definition at line 116 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.

Collaboration diagram for CustomTransformParams:

Data Fields

NvBufSurfTransformConfigParams transform_config_params
 transform config params for nvbufsurftransform api More...
 
NvBufSurfTransformParams transform_params
 transform params for nvbufsurftransform api More...
 
NvBufSurfTransformSyncObj_t sync_obj = NULL
 sync objects for async transform More...
 

Field Documentation

◆ sync_obj

NvBufSurfTransformSyncObj_t CustomTransformParams::sync_obj = NULL

sync objects for async transform

Definition at line 123 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.

◆ transform_config_params

NvBufSurfTransformConfigParams CustomTransformParams::transform_config_params

transform config params for nvbufsurftransform api

Definition at line 119 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.

◆ transform_params

NvBufSurfTransformParams CustomTransformParams::transform_params

transform params for nvbufsurftransform api

Definition at line 121 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.


The documentation for this struct was generated from the following file: