hmi.faceanimation.converters
Class FACSConverter
java.lang.Object
hmi.faceanimation.converters.FACSConverter
public class FACSConverter
- extends Object
Convert Action Units from Ekmans Facial ACtion Coding System to MPEG4 configurations.
Conversion based on the data from ...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
influencesByFAP
HashMap<FAP,ArrayList<FACSConverter.Influence>> influencesByFAP
influencesByAU
HashMap<ActionUnit,ArrayList<FACSConverter.Influence>> influencesByAU
fapsEverUsed
private ArrayList<FAP> fapsEverUsed
FACSConverter
public FACSConverter()
FACSConverter
public FACSConverter(Resources r,
String filename)
getNumberOfInfluences
public int getNumberOfInfluences(ActionUnit au)
convert
public void convert(FACSConfiguration facsConfig,
MPEG4Configuration mpeg4Config)