Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vspiewak/opencv-scala-sample
- Owner: vspiewak
- Created: 2013-07-19T19:16:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-22T03:08:33.000Z (about 11 years ago)
- Last Synced: 2024-04-14T20:05:00.198Z (9 months ago)
- Topics: opencv, sample, scala
- Language: Java
- Homepage:
- Size: 30.6 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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