Aria
2.8.0
|
A class for the acts blob. More...
#include <ArACTS.h>
Public Member Functions | |
ArACTSBlob () | |
Constructor. | |
int | getArea (void) |
Gets the number of pixels (area) covered by the blob. | |
int | getBottom (void) |
Gets the bottom border of the blob. | |
int | getLeft (void) |
Gets the left border of the blob. | |
int | getRight (void) |
Gets the right border of the blob. | |
int | getTop (void) |
Gets the top border of the blob. | |
int | getXCG (void) |
Gets the X Center of Gravity of the blob. | |
int | getYCG (void) |
Gets the Y Center of Gravity of the blob. | |
void | log (void) |
Prints the stats of the blob. | |
void | setArea (int area) |
Sets the number of pixels (area) covered by the blob. | |
void | setBottom (int bottom) |
Sets the bottom border of the blob. | |
void | setLeft (int left) |
Sets the left border of the blob. | |
void | setRight (int right) |
Sets the right border fo the blob. | |
void | setTop (int top) |
Sets the top border of the blob. | |
void | setXCG (int xcg) |
Sets the X Center of Gravity of the blob. | |
void | setYCG (int ycg) |
Sets the Y Center of Gravity of the blob. | |
virtual | ~ArACTSBlob () |
Destructor. | |
Protected Attributes | |
int | myArea |
int | myBottom |
int | myLeft |
int | myRight |
int | myTop |
int | myXCG |
int | myYCG |
A class for the acts blob.