$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
Java playground
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.

This is more like an experiment filled with my java try-outs.
Leave a reply