![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
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... | |
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.