NVIDIA DRIVE 5.0 Linux SDK API Reference

5.0.10.3 Release

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

Detailed Description

Defines control point for Cubic Hermite spline.

Cubic spline is used in many ISP blocks to interpolate functions.

A spline is defined with an array of control points; number of points varies between units.

Definition at line 711 of file nvmedia_isp.h.

Data Fields

float_t x
 X coordinate of the control point. More...
 
float_t y
 Y coordinate of the control point. More...
 
double_t slope
 Slope (tangent) of the interpolated curve at the control point. More...
 

Field Documentation

double_t NvMediaISP5CubicSplineCtrlPoint::slope

Slope (tangent) of the interpolated curve at the control point.

Definition at line 718 of file nvmedia_isp.h.

float_t NvMediaISP5CubicSplineCtrlPoint::x

X coordinate of the control point.

Definition at line 714 of file nvmedia_isp.h.

float_t NvMediaISP5CubicSplineCtrlPoint::y

Y coordinate of the control point.

Definition at line 716 of file nvmedia_isp.h.


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