hmi.faceanimation.model
Class FeaturePoint

java.lang.Object
  extended by 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:

  1. High level expressions and visemes (not used)
  2. Inner lips
  3. Eyes
  4. Eyebrows
  5. Cheeks
  6. Tongue
  7. Head
  8. Outer lips
  9. Nose
  10. Ears

Author:
ronald

Field Summary
private  int groupNr
           
private  int pointNr
           
 
Constructor Summary
FeaturePoint(int groupNr, int pointNr)
           
FeaturePoint(String fp)
           
 
Method Summary
 boolean equals(FeaturePoint fp)
           
 boolean equals(Object obj)
           
 int getGroupNr()
           
 int getPointNr()
           
 int hashCode()
           
 void setGroupNr(int groupNr)
           
 void setPointNr(int pointNr)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

groupNr

private int groupNr

pointNr

private int pointNr
Constructor Detail

FeaturePoint

public FeaturePoint(int groupNr,
                    int pointNr)

FeaturePoint

public FeaturePoint(String fp)
Method Detail

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)