Skip to content

anthony-o/SimpleJavaFacesDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceDetection

Simple project which uses OpenCV with its Java bindings to detect faces on a photo.

Installation

  1. Clone this repository, and copy a photo with faces in src/main/resources/test.JPG.
  2. Unzip the content of opencv-2.4.9-0.9-<your_OS>-<your_architecture>.jar and put the content of org/bytedeco/javacpp/<your_OS>-<your_architecture> in your a folder of your $PATH environment variable.

Troubleshoots

Using OpenJDK 7, there can be a segfault of the JVM when trying to open the JPG file. Use Oracle JDK instead and you will be good.

About

Simple Java faces detection program which uses OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages