0. Install the latest version of Xcode via App Store
1. Install the latest version of JDK: http://www.oracle.com/technetwork/java/javase/downloads/index.html
2. Install the latest version of OpenCV on Mac OS X using MacPorts: http://www.macports.org
- sudo port selfupdate
- sudo port install opencv (At first, install Xcode's Command-line Tools)
3. Install the latest version of JavaCV:
http://code.google.com/p/javacv/
4. Install the latest version of Eclipse:
http://www.eclipse.org/downloads/
5. Eclipse Project Configurations
- Properties for the Project > Java Build Path > Libraries > Add External JARs...:
> javacv-macosx-x86_64.jar
> javacv.jar (in javacv-bin folder)
- Run Configurations > Environment > New...
> Value: /opt/local/lib/