Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vspiewak/opencv-scala-sample

OpenCV Scala Sample: Play with Face Detection
https://github.com/vspiewak/opencv-scala-sample

opencv sample scala

Last synced: 16 days ago
JSON representation

OpenCV Scala Sample: Play with Face Detection

Awesome Lists containing this project

README

        

OpenCV Scala Sample
===================

Run on Linux:

sbt -Djava.library.path=lib/linux run

Run on OSX:

sbt -Djava.library.path=lib/osx run

Related links:
* http://experienceopencv.blogspot.fr/2011/02/cascade-classifier-and-face-detection.html
* http://note.sonots.com/SciSoftware/haartraining.html
* http://docs.opencv.org/doc/user_guide/ug_traincascade.html
* http://opencvuser.blogspot.fr/2011/08/creating-haar-cascade-classifier-aka.html
* http://blog.csdn.net/caiye917015406/article/details/8558792