NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only

Detailed Description

Defines a radial transform.

Definition at line 134 of file nvmedia_isp_stat.h.

Collaboration diagram for NvMediaISPRadialTF:

Data Fields

NvMediaISPEllipse radialTransform
 Holds ellipse for radial transform. More...
 
NvMediaISPSplineControlPoint controlPoints [NVM_ISP_RADTF_POINTS]
 Defines spline control point for radial transfer function. More...
 

Field Documentation

◆ controlPoints

NvMediaISPSplineControlPoint NvMediaISPRadialTF::controlPoints[NVM_ISP_RADTF_POINTS]

Defines spline control point for radial transfer function.

  • Supported values for X coordinate of spline control point : [0.0, 2.0]
  • Supported values for Y coordinate of spline control point : [0.0, 2.0]
  • Supported values for slope of spline control point : \([-2^{16}, 2^{16}]\)

Definition at line 154 of file nvmedia_isp_stat.h.

◆ radialTransform

NvMediaISPEllipse NvMediaISPRadialTF::radialTransform

Holds ellipse for radial transform.

Coordinates of image top left and bottom right points are (0, 0) & (width, height) respectively.

  • Supported values for X coordinate of the center: [0, input width]
  • Supported values for Y coordinate of the center: [0, input height]
  • Supported values for horizontal axis: [16, 2 x input width]
  • Supported values for vertical axis: [16, 2 x input height]
  • Supported values for angle: [0.0, 360.0]

Definition at line 147 of file nvmedia_isp_stat.h.


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