|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Defines an ellipse.
Definition at line 538 of file nvmedia_isp.h.

Data Fields | |
| NvMediaPoint | center |
| Defines center of the ellipse. More... | |
| uint32_t | horizontalAxis |
| Defines horizontal axis of the ellipse. More... | |
| uint32_t | verticalAxis |
| Defines vertical axis of the ellipse. More... | |
| float_t | angle |
| Defines angle of the ellipse horizontal axis from x-axis in degrees in clockwise direction. More... | |
| float_t NvMediaISPEllipse::angle |
Defines angle of the ellipse horizontal axis from x-axis in degrees in clockwise direction.
Definition at line 555 of file nvmedia_isp.h.
| NvMediaPoint NvMediaISPEllipse::center |
Defines center of the ellipse.
Definition at line 542 of file nvmedia_isp.h.
| uint32_t NvMediaISPEllipse::horizontalAxis |
Defines horizontal axis of the ellipse.
Definition at line 546 of file nvmedia_isp.h.
| uint32_t NvMediaISPEllipse::verticalAxis |
Defines vertical axis of the ellipse.
Definition at line 550 of file nvmedia_isp.h.