#include <Ellipse_region.h>
Public Member Functions | |
| Ellipse_region () | |
| ~Ellipse_region () | |
| void | setCenter (Point *p) |
| void | setMajAngle (double maj) |
| void | setMinAngle (double min) |
| void | setMajLength (double maj) |
| void | setMinLength (double min) |
| void | setSize (double sz) |
| void | setMomentX_Y_XY (double x, double y, double xy) |
| void | setWidth (double w) |
| void | setHeight (double h) |
| double | getArea () |
|
|
|
|
|
|
|
|
returns the area of the ellipse region |
|
|
sets the center of the full ellipse region |
|
|
sets the height of the image |
|
|
sets the angle of the major axis |
|
|
sets the length of the major axis |
|
|
sets the angle for the minor axis |
|
|
sets the length of the minor axis |
|
||||||||||||||||
|
sets the moments of the XX, YY, and XY coordinates of the pixels in the region |
|
|
sets the size, or area, of the ellipse region |
|
|
sets the width of the image |
1.3.3