-
Notifications
You must be signed in to change notification settings - Fork 78
3. Personalized Template Creation
sergeytulyakov edited this page Aug 14, 2015
·
3 revisions
In this example, we will create a 3D template of your face. This template will be required in the next examples for real-time head pose estimation and facial expression analysis.
The code of this example is given in the TemplateCreator.cpp file. To run it first build FaceCept3D with your toolchain, and make sure your Kinect is working. Try running pcl_openni_viewer on Linux. On Windows, any sample from the MS Kinect SDK will suit that goal. If this doesn’t work, then first resolve this problem. Installation instruction are here.
If you want to know more on how TemplateCreator works read this.