NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release
nvsipl::NvSiplISPRadialTF Struct Reference

Detailed Description

Defines a radial transform.

Definition at line 350 of file NvSIPLISPStat.hpp.

Collaboration diagram for nvsipl::NvSiplISPRadialTF:

Data Fields

NvSiplISPEllipse radialTransform
 Holds ellipse for radial transform. More...
 
NvSiplISPSplineControlPoint controlPoints [NVSIPL_ISP_RADTF_POINTS]
 Defines spline control point for radial transfer function. More...
 

Field Documentation

◆ controlPoints

NvSiplISPSplineControlPoint nvsipl::NvSiplISPRadialTF::controlPoints[NVSIPL_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 370 of file NvSIPLISPStat.hpp.

◆ radialTransform

NvSiplISPEllipse nvsipl::NvSiplISPRadialTF::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 363 of file NvSIPLISPStat.hpp.


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