public interface RegionOrientation
| Modifier and Type | Method and Description |
|---|---|
double |
compute(double c_x,
double c_y)
Computes the orientation of a region about its center.
|
void |
setObjectRadius(double radius)
Specifies the circle's radius that the orientation should be
|
void setObjectRadius(double radius)
radius - Object's radius.double compute(double c_x,
double c_y)
c_x - Center of the region in image pixels.c_y - Center of the region in image pixels.