![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.9.0 Release |
Defines an ellipse.
Definition at line 112 of file nvmedia_isp_stat.h.
Data Fields | |
NvMediaPoint | center |
Holds center of the ellipse. More... | |
uint32_t | horizontalAxis |
Holds horizontal axis of the ellipse. More... | |
uint32_t | verticalAxis |
Holds vertical axis of the ellipse. More... | |
float_t | angle |
Holds angle of the ellipse horizontal axis from X axis in degrees in clockwise direction. More... | |
float_t NvMediaISPEllipse::angle |
Holds angle of the ellipse horizontal axis from X axis in degrees in clockwise direction.
Definition at line 129 of file nvmedia_isp_stat.h.
NvMediaPoint NvMediaISPEllipse::center |
Holds center of the ellipse.
Definition at line 116 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPEllipse::horizontalAxis |
Holds horizontal axis of the ellipse.
Definition at line 120 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPEllipse::verticalAxis |
Holds vertical axis of the ellipse.
Definition at line 124 of file nvmedia_isp_stat.h.