hmi.faceanimation.model
Class MPEG4
java.lang.Object
hmi.faceanimation.model.MPEG4
public class MPEG4
- extends Object
A MPEG-4 FA system. This is a static utility class for reading
FAPs and and feature points.
Notice: tongue_roll has two feature points, but this is yet to be
accounted for.
- Author:
- PaulRC
|
Constructor Summary |
MPEG4()
|
faps
private static LinkedHashMap<Integer,FAP> faps
fps
private static LinkedHashMap<String,FeaturePoint> fps
MPEG4
public MPEG4()
toString
public String toString()
- Overrides:
toString in class Object
getFAPs
public static HashMap<Integer,FAP> getFAPs()
getFAP
public static FAP getFAP(int number)
getFeaturePoints
public static HashMap<String,FeaturePoint> getFeaturePoints()
getFeaturePoint
public static FeaturePoint getFeaturePoint(String fp)