NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
NvMediaLdcIptParameters Struct Reference

Detailed Description

Holds inverse perspective transformation configuration.

See also
NvMediaLdcSetIptParameters()

Definition at line 360 of file nvmedia_ldc.h.

Collaboration diagram for NvMediaLdcIptParameters:

Data Fields

NvMediaLdcRegionParameters regionParams
 Specifies the regions parameters. More...
 
float matrixCoeffs [3][3]
 Holds the perspective matrix, defined in the following way: |p[0][0] p[0][1] p[0][2]| |p[1][0] p[1][1] p[1][2]| |p[2][0] p[2][1] p[2][2]|. More...
 

Field Documentation

◆ matrixCoeffs

float NvMediaLdcIptParameters::matrixCoeffs[3][3]

Holds the perspective matrix, defined in the following way: |p[0][0] p[0][1] p[0][2]| |p[1][0] p[1][1] p[1][2]| |p[2][0] p[2][1] p[2][2]|.

Definition at line 370 of file nvmedia_ldc.h.

◆ regionParams

NvMediaLdcRegionParameters NvMediaLdcIptParameters::regionParams

Specifies the regions parameters.

Definition at line 363 of file nvmedia_ldc.h.


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