|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Facemorph.haar.Face
public class Face
Essentially a square with a certain scale and location
Field Summary | |
---|---|
static double |
eps
Tolerence for grouping |
double |
scale
The scale of the picture in the summed area table as a function of the filter size. |
static int |
width
Width |
int |
xOffset
The x offset of the picture in the summed area table. |
int |
yOffset
The y offset of the picture in the summed area table. |
Constructor Summary | |
---|---|
Face(int xOffset,
int yOffset,
double scale)
Constructs a new pointer to the picture where a face is. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
double |
getScale()
Returns the scale of the picture in the summed area table as a function of the filter size. |
int |
getXOffset()
Returns the x offset of the picture in the summed area table. |
int |
getYOffset()
Returns the y offset of the picture in the summed area table. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int xOffset
public int yOffset
public double scale
public static double eps
public static int width
Constructor Detail |
---|
public Face(int xOffset, int yOffset, double scale)
xOffset
- The x offset of the picture in the summed area table.yOffset
- The y offset of the picture in the summed area table.scale
- The scale of the picture in the summed area table as a function of the filter size.Method Detail |
---|
public int getXOffset()
public int getYOffset()
public double getScale()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |