Holds inverse perspective transformation configuration.
Definition at line 360 of file nvmedia_ldc.h.
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... | |
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.
NvMediaLdcRegionParameters NvMediaLdcIptParameters::regionParams |
Specifies the regions parameters.
Definition at line 363 of file nvmedia_ldc.h.