EMOTIONAL INTERACTION

For use with AIBO:

* uncomment the line #define AIBO_YES in file const.h;
* compile with "make install" and copy MS/OPEN-R directory to your memory stick;
* edit the *.INI files in the MS/OPEN-R/MW/CONF folder in order to change parameters values and to set/unset debugging flags.
* To clean executables: "make clean".

For use on PC:

* comment the line #define AIBO_YES in file const.h;
* compile with "make -f Makefile_PC";
* edit the *.INI files in the MS/OPEN-R/MW/CONF folder in order to change parameters values and to set/unset debugging flags;
* insert the pictures you want to process in the MS/OPEN_R/MW/DATA/P folder (you must provide a picture of the user with a neutral
  expression and one of him/her with the emotional expression, and for each you must provide layer Y, Cr, Cb and CDT - you should use
  AIBO's camera to acquire such pictures);
* edit file input.txt in MS/OPEN-R/MW/CONF specifying the numbers of expressions you are going to process and the pictures filenames;
* run the program: "EmInt.exe".
* To clean executables: "make clean -f Makefile_PC".


