NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwImageSplineControlPoint Struct Reference

Detailed Description

Definition at line 253 of file Image.h.

Data Fields

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

Field Documentation

◆ slope

float64_t dwImageSplineControlPoint::slope

Holds slope of the spline curve at the control point.

Definition at line 260 of file Image.h.

◆ x

float32_t dwImageSplineControlPoint::x

Holds X coordinate of the control point.

Definition at line 256 of file Image.h.

◆ y

float32_t dwImageSplineControlPoint::y

Holds Y coordinate of the control point.

Definition at line 258 of file Image.h.


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