See: Description
| Class | Description |
|---|---|
| ComputerVision |
A set of OpenCV image filters.
|
| FaceRecognizer |
A face recognition image filter.
|
| OpenCVLoader |
Load the OpenCV shared library.
|
OpenCV is used for facial recognition.
See https://chess.eecs.berkeley.edu/ptexternal/wiki/Main/OpenCV for details, below is a summary.
Under RHEL or Centos, see http://www.giuseppeurso.eu/en/how-to-compile-opencv-on-centos-with-java-support/.
Under Mac OS X, use Mac Ports:
sudo port install opencv +python27 +java
Under Windows, see http://docs.opencv.org/2.4/doc/tutorials/introduction/desktop_java/java_dev_intro.html#java-dev-intro
.