beanieboi / averageFaceMirror

computes an average of the faces it detects. based on ofxFaceTracker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

average face mirror

computes the average of the faces it detects (from the webcam feed)

faces

  • of 0.8.4
  • based on kyle mcdonald's ofxFaceTracker
  • you'll need to download ofxFaceTracker and put it in your openframeworks addons/ folder, and then copy this directory in your ofxFaceTracker/ directory.

to do:

  • right now it's anchored on the eyes -> add fixed mouth pos
  • make sure it can run for several hours...!
  • add debug mode vs presentation mode
    • display webcam feed
    • display # of used images
  • change to portrait mode instead of landscape
  • (maybe add keystone correction for projection..?)
  • add minimum face size
  • debugging + optimization.

november 2015, at school for poetic computation. <3

thank you

  • zach lieberman and roy macdonald for their help with openframeworks
  • lauren gardner for her immense help with the SFPC final show
  • brian solon for his help with setting up the projector and lending me his equipment!
  • andy dayton for recommending the ps3 eye openframeworks addon
  • kyle mcdonald for ofxfacetracker

About

computes an average of the faces it detects. based on ofxFaceTracker.


Languages

Language:C++ 100.0%