NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::NvSiplISPRadialTF Struct Reference

Detailed Description

Defines a radial transform.

Definition at line 422 of file NvSIPLISPStat.hpp.

Collaboration diagram for nvsipl::NvSiplISPRadialTF:

Data Fields

NvSiplISPEllipse radialTransform
 Holds ellipse for radial transform. More...
 
std::array< NvSiplISPSplineControlPoint, NVSIPL_ISP_RADTF_POINTScontrolPoints
 Defines spline control point for radial transfer function. More...
 

Field Documentation

◆ controlPoints

std::array<NvSiplISPSplineControlPoint, NVSIPL_ISP_RADTF_POINTS> nvsipl::NvSiplISPRadialTF::controlPoints

Defines spline control point for radial transfer function.

Definition at line 433 of file NvSIPLISPStat.hpp.

◆ radialTransform

NvSiplISPEllipse nvsipl::NvSiplISPRadialTF::radialTransform

Holds ellipse for radial transform.

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

Definition at line 429 of file NvSIPLISPStat.hpp.


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