Defines an ellipse.
Definition at line 301 of file NvSIPLISPStat.hpp.
Data Fields | |
NvSiplPointFloat | 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 nvsipl::NvSiplISPEllipse::angle |
Holds angle of the ellipse horizontal axis from X axis in degrees in clockwise direction.
Valid Range: [0.0, 360.0]
Definition at line 324 of file NvSIPLISPStat.hpp.
NvSiplPointFloat nvsipl::NvSiplISPEllipse::center |
Holds center of the ellipse.
Valid Range:
Definition at line 308 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPEllipse::horizontalAxis |
Holds horizontal axis of the ellipse.
Valid Range: [17, 2 x input width]
Definition at line 313 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPEllipse::verticalAxis |
Holds vertical axis of the ellipse.
Valid Range: [17, 2 x input height]
Definition at line 318 of file NvSIPLISPStat.hpp.