hmi.faceanimation.model
Class FeaturePoint
java.lang.Object
hmi.faceanimation.model.FeaturePoint
public class FeaturePoint
- extends Object
This class represents a MPEG-4 feature point. String representation
is in the form x.x and is build up from a group number
and a point number. The following groups exist:
- High level expressions and visemes (not used)
- Inner lips
- Eyes
- Eyebrows
- Cheeks
- Tongue
- Head
- Outer lips
- Nose
- Ears
- Author:
- ronald
groupNr
private int groupNr
pointNr
private int pointNr
FeaturePoint
public FeaturePoint(int groupNr,
int pointNr)
FeaturePoint
public FeaturePoint(String fp)
toString
public String toString()
- Overrides:
toString in class Object
getGroupNr
public int getGroupNr()
setGroupNr
public void setGroupNr(int groupNr)
getPointNr
public int getPointNr()
setPointNr
public void setPointNr(int pointNr)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
equals
public boolean equals(FeaturePoint fp)