NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

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

Detailed Description

Defines a spline control point.

Definition at line 94 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

double_t NvMediaISPSplineControlPoint::slope

Holds slope of the spline curve at the control point.

Definition at line 106 of file nvmedia_isp_stat.h.

float_t NvMediaISPSplineControlPoint::x

Holds X coordinate of the control point.

Definition at line 98 of file nvmedia_isp_stat.h.

float_t NvMediaISPSplineControlPoint::y

Holds Y coordinate of the control point.

Definition at line 102 of file nvmedia_isp_stat.h.


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