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
- Host: GitHub
- URL: https://github.com/denisidoro/emotionreader
- Owner: denisidoro
- Created: 2014-03-10T22:02:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T16:43:42.000Z (over 11 years ago)
- Last Synced: 2025-01-24T16:33:55.566Z (9 months ago)
- Language: C++
- Size: 23.1 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/