Back to Jetson Inference

Jetson Inference: _NvBufferTransformParams Struct Reference

docs/html/struct__NvBufferTransformParams.html

latest3.8 KB
Original Source

| | Jetson Inference

DNN Vision Library |

Public Attributes | List of all members

_NvBufferTransformParams Struct Reference [Buffer Manager](group ee nvbuffering__group.html)

Holds parameters for buffer transform functions. More...

#include <nvbuf_utils.h>

|

Public Attributes

| | uint32_t | transform_flag | | | flag to indicate which of the transform parameters are valid. More...
| | | | [NvBufferTransform_Flip](group ee nvbuffering__group.html#ga9b32d7dc315804dbc97714de4e7f1a89) | transform_flip | | | flip method. More...
| | | | [NvBufferTransform_Filter](group ee nvbuffering__group.html#ga8d396a7f8f2d4478f956f4fc0e2a659b) | transform_filter | | | transform filter. More...
| | | | NvBufferRect | src_rect | | | source rectangle coordinates for crop opeartion. More...
| | | | NvBufferRect | dst_rect | | | destination rectangle coordinates for crop opeartion. More...
| | | | [NvBufferSession](group ee nvbuffering__group.html#ga02be312968e7307030a4c40c078d9494) | session | | | NvBufferSession to be used for transform. More...
| | |

Detailed Description

Holds parameters for buffer transform functions.

Member Data Documentation

dst_rect

| NvBufferRect _NvBufferTransformParams::dst_rect |

destination rectangle coordinates for crop opeartion.

session

| [NvBufferSession](group ee nvbuffering__group.html#ga02be312968e7307030a4c40c078d9494) _NvBufferTransformParams::session |

NvBufferSession to be used for transform.

If NULL, the default session is used.

src_rect

| NvBufferRect _NvBufferTransformParams::src_rect |

source rectangle coordinates for crop opeartion.

transform_filter

| [NvBufferTransform_Filter](group ee nvbuffering__group.html#ga8d396a7f8f2d4478f956f4fc0e2a659b) _NvBufferTransformParams::transform_filter |

transform filter.

transform_flag

| uint32_t _NvBufferTransformParams::transform_flag |

flag to indicate which of the transform parameters are valid.

transform_flip

| [NvBufferTransform_Flip](group ee nvbuffering__group.html#ga9b32d7dc315804dbc97714de4e7f1a89) _NvBufferTransformParams::transform_flip |

flip method.


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