While figuring out how to implement face detection in Java I created this very simple face-detection-application. It is based on Intel’s Open Source Computer Vision (OpenCV) library.
Since I used JNI together with dll’s only, the application currently only runs on Windows but should be easily extended to Linux.

//