Defines an ellipse.
Definition at line 196 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 219 of file NvSIPLISPStat.hpp.
NvSiplPointFloat nvsipl::NvSiplISPEllipse::center |
Holds center of the ellipse.
Valid Range:
Definition at line 203 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 208 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 213 of file NvSIPLISPStat.hpp.