affdex-sdk-cpp-samples/README.md

29 lines
1.3 KiB
Markdown
Raw Normal View History

2015-03-10 01:03:57 +01:00
#Sample Apps for Affdex SDK for Windows
2015-03-09 22:24:59 +01:00
Welcome to our repository on GitHub! Here you will find example code to get you started with our Affdex SDK 2.0 for Windows and begin emotion-enabling you own app! Documentation for the Windows SDK is at <a href=http://developer.affectiva.com/windows/>Affectiva's Developer Portal</a>.
2015-03-09 22:24:59 +01:00
OpenCV-webcam-demo
------------------
2015-03-10 01:03:57 +01:00
*Dependencies*
2015-03-09 22:24:59 +01:00
2015-09-03 21:52:25 +02:00
- Affdex SDK 2.0 (32 bit)
2015-03-09 22:24:59 +01:00
- OpenCV for Windows 2.4.9: http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.9/
- Visual Studio 2013 or higher
2015-03-12 21:43:55 +01:00
OpenCV-webcam-demo is a simple app that uses the camera connected to your PC to view your facial expressions and face points.
2015-03-09 22:24:59 +01:00
In order to use the project, you will need to:
- Contact Affectiva at sales@affectiva.com to obtain the SDK.
2015-04-22 00:12:54 +02:00
- Install the SDK using MSI installer.
2015-03-09 22:24:59 +01:00
- Download OpenCV package and extract it into ${SRC_ROOT}\opencv
2015-03-12 21:43:55 +01:00
- Use affdex-win-samples.sln to build the sample app
2015-04-22 00:12:54 +02:00
AffdexMe
--------
**AffdexMe** is a windows application that demonstrates the use of the Affdex SDK for Windows. It uses the camera on your Windows PC to view, process and analyze live video of your face. Start the app and you will see your own face on the screen, and metrics describing your expressions.
See AffdexMe/README.md for more information