NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::NvSiplISPSplineControlPoint Struct Reference

Detailed Description

Defines a spline control point.

Definition at line 401 of file NvSIPLISPStat.hpp.

Data Fields

float_t x
 Holds X coordinate of the control point. More...
 
float_t y
 Holds Y coordinate of the control point. More...
 
double_t slope
 Holds slope of the spline curve at the control point. More...
 

Field Documentation

◆ slope

double_t nvsipl::NvSiplISPSplineControlPoint::slope

Holds slope of the spline curve at the control point.

Valid Range: \([-2^{16}, 2^{16}]\)

Definition at line 416 of file NvSIPLISPStat.hpp.

◆ x

float_t nvsipl::NvSiplISPSplineControlPoint::x

Holds X coordinate of the control point.

Valid Range: [0.0, 2.0]

Definition at line 406 of file NvSIPLISPStat.hpp.

◆ y

float_t nvsipl::NvSiplISPSplineControlPoint::y

Holds Y coordinate of the control point.

Valid Range: [0.0, 2.0]

Definition at line 411 of file NvSIPLISPStat.hpp.


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