An open API service indexing awesome lists of open source software.

https://github.com/denisidoro/emotionreader

Cross-platform application for detecting emotions from videos
https://github.com/denisidoro/emotionreader

Last synced: 7 months ago
JSON representation

Cross-platform application for detecting emotions from videos

Awesome Lists containing this project

README

          

EmotionReader
=============

Cross-platform application for detecting emotions from videos

This is a [CodeBlocks] and [Xcode] C++ project that requires [OpenFrameworks], [ofxUI], ofxXMLSettings, ofxOpenCV, [ofxCV] and [ofxFaceTracker].

Installation for other IDEs or systems
----

Use OpenFrameworks' Project Generator and create a blank project for your system and IDE of preference, using the necessary addons.

Then, copy all the the bin, obj, and src folders to your recently created project folder.

[CodeBlocks]:http://www.codeblocks.org/
[OpenFrameworks]:http://www.openframeworks.cc
[ofxCV]:https://github.com/kylemcdonald/ofxCv
[ofxFaceTracker]:https://github.com/kylemcdonald/ofxFaceTracker
[ofxUI]:https://github.com/rezaali/ofxUI
[Xcode]:https://developer.apple.com/xcode/