Defines a radial transform.
Definition at line 422 of file NvSIPLISPStat.hpp.

Data Fields | |
| NvSiplISPEllipse | radialTransform |
| Holds ellipse for radial transform. More... | |
| std::array< NvSiplISPSplineControlPoint, NVSIPL_ISP_RADTF_POINTS > | controlPoints |
| Defines spline control point for radial transfer function. More... | |
| 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.
| 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.