|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Defines a radial transform.
Definition at line 561 of file nvmedia_isp.h.

Data Fields | |
| NvMediaISPEllipse | radialTransform |
| Defines ellipse for radial transform. More... | |
| NvMediaISPSplineControlPoint | controlPoints [NVM_ISP_RADTF_POINTS] |
| Defines spline control point for radial transfer function. More... | |
| NvMediaISPSplineControlPoint NvMediaISPRadialTF::controlPoints[NVM_ISP_RADTF_POINTS] |
Defines spline control point for radial transfer function.
Definition at line 581 of file nvmedia_isp.h.
| NvMediaISPEllipse NvMediaISPRadialTF::radialTransform |
Defines ellipse for radial transform.
Coordinates of image top-left & bottom-right points are (0, 0) & (width, height) respectively.
Definition at line 574 of file nvmedia_isp.h.