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 |
setScale(double scale)
Specifies scale at which the orientation is estimated.
|
void setScale(double scale)
scale - Scale of the orientation region.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.