Defines an ellipse.
Definition at line 111 of file nvmedia_isp_stat.h.
Data Fields | |
NvMediaPointFloat | 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 128 of file nvmedia_isp_stat.h.
NvMediaPointFloat NvMediaISPEllipse::center |
Holds center of the ellipse.
Definition at line 115 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPEllipse::horizontalAxis |
Holds horizontal axis of the ellipse.
Definition at line 119 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPEllipse::verticalAxis |
Holds vertical axis of the ellipse.
Definition at line 123 of file nvmedia_isp_stat.h.