NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvMediaISPSplineControlPoint Struct Reference

Detailed Description

Defines a spline control point.

Definition at line 93 of file nvmedia_isp_stat.h.

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 NvMediaISPSplineControlPoint::slope

Holds slope of the spline curve at the control point.

Definition at line 105 of file nvmedia_isp_stat.h.

◆ x

float_t NvMediaISPSplineControlPoint::x

Holds X coordinate of the control point.

Definition at line 97 of file nvmedia_isp_stat.h.

◆ y

float_t NvMediaISPSplineControlPoint::y

Holds Y coordinate of the control point.

Definition at line 101 of file nvmedia_isp_stat.h.


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