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