NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaISPRadialTF Struct Reference

Detailed Description

Defines a radial transform.

Definition at line 561 of file nvmedia_isp.h.

Collaboration diagram for NvMediaISPRadialTF:

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...
 

Field Documentation

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, 16.0]
  • Supported values for slope of spline control point : \([-2^{16}, 2^{16}]\)

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.

  • 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 hortizontal 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 574 of file nvmedia_isp.h.


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