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... | |
double_t NvMediaISPSplineControlPoint::slope |
Holds slope of the spline curve at the control point.
Definition at line 105 of file nvmedia_isp_stat.h.
float_t NvMediaISPSplineControlPoint::x |
Holds X coordinate of the control point.
Definition at line 97 of file nvmedia_isp_stat.h.
float_t NvMediaISPSplineControlPoint::y |
Holds Y coordinate of the control point.
Definition at line 101 of file nvmedia_isp_stat.h.