NVIDIA DeepStream SDK API Reference

6.2 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 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

◆ sync_obj

NvBufSurfTransformSyncObj_t CustomTransformParams::sync_obj

sync objects for async transform

Definition at line 133 of file nvdspreprocess_interface.h.

◆ transform_config_params

NvBufSurfTransformConfigParams CustomTransformParams::transform_config_params

transform config params for nvbufsurftransform api

Definition at line 129 of file nvdspreprocess_interface.h.

◆ transform_params

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: