NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwImageTransformationParameters Struct Reference

Detailed Description

Definition at line 41 of file ImageTransformation.h.

Data Fields

uint8_t ignoreAspectRatio
 Boolean indicating whether the aspect ratio of the input image should be kept (0) or the image should be stretched to the roi specified (>0>). More...
 
uint8_t useNvMedia
 Boolean indicating whether to use NvMedia (>0) or not (0). Default is 1. More...
 

Field Documentation

◆ ignoreAspectRatio

uint8_t dwImageTransformationParameters::ignoreAspectRatio

Boolean indicating whether the aspect ratio of the input image should be kept (0) or the image should be stretched to the roi specified (>0>).

Default is 0.

Definition at line 45 of file ImageTransformation.h.

◆ useNvMedia

uint8_t dwImageTransformationParameters::useNvMedia

Boolean indicating whether to use NvMedia (>0) or not (0). Default is 1.

Definition at line 47 of file ImageTransformation.h.


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