Merge pull request #34 from Affectiva/readme-fixes
a couple of readme fixes
This commit is contained in:
commit
d9f2ee2816
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ Dependencies
|
||||||
*Additional dependencies*
|
*Additional dependencies*
|
||||||
|
|
||||||
- OpenCV 2.4
|
- OpenCV 2.4
|
||||||
- Boost 1.59
|
- Boost 1.55
|
||||||
- libuuid
|
- libuuid
|
||||||
- libcurl
|
- libcurl
|
||||||
- libopenssl
|
- libopenssl
|
||||||
|
@ -79,7 +79,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/affdex-sdk/lib
|
||||||
OpenCV-webcam-demo (c++)
|
OpenCV-webcam-demo (c++)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Project for demoing the [FrameDetector class](http://developer.affectiva.com/v3_2/cpp/analyze-frames/). It grabs frames from the camera, analyzes them and displays the results on screen.
|
Project for demoing the [FrameDetector class](https://knowledge.affectiva.com/docs/analyze-a-video-frame-stream-3). It grabs frames from the camera, analyzes them and displays the results on screen.
|
||||||
|
|
||||||
The following command line arguments can be used to run it:
|
The following command line arguments can be used to run it:
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ The following command line arguments can be used to run it:
|
||||||
Video-demo (c++)
|
Video-demo (c++)
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Project for demoing the Windows SDK [VideoDetector class](http://developer.affectiva.com/v3_2/cpp/analyze-video/) and [PhotoDetector class](http://developer.affectiva.com/v3_2/cpp/analyze-photo/). It processs video or image files, displays the emotion metrics and exports the results in a csv file.
|
Project for demoing the Windows SDK [VideoDetector class](https://knowledge.affectiva.com/docs/analyze-a-recorded-video-file) and [PhotoDetector class](https://knowledge.affectiva.com/docs/analyze-a-photo-4). It processs video or image files, displays the emotion metrics and exports the results in a csv file.
|
||||||
|
|
||||||
The following command line arguments can be used to run it:
|
The following command line arguments can be used to run it:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue