NVIDIA DeepStream SDK API Reference

6.1.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 126 of file 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
 sync objects for async transform More...
 

Field Documentation

NvBufSurfTransformSyncObj_t CustomTransformParams::sync_obj

sync objects for async transform

Definition at line 133 of file nvdspreprocess_interface.h.

NvBufSurfTransformConfigParams CustomTransformParams::transform_config_params

transform config params for nvbufsurftransform api

Definition at line 129 of file nvdspreprocess_interface.h.

NvBufSurfTransformParams CustomTransformParams::transform_params

transform params for nvbufsurftransform api

Definition at line 131 of file nvdspreprocess_interface.h.


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