JavaCV setup with Netbeans on Windows
1. Install Java Development Kit (JDK) from the link below. Make sure to install 32bit or 64 bit as per your processor.
http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html
2. Install Microsoft Visual C++ redistributable package
For 32 bit: http://www.microsoft.com/download/en/details.aspx?id=5555 For 64 bit: http://www.microsoft.com/download/en/details.aspx?id=14632
3. Download OpenCV super-pack version 2.4.5 for Windows from Sourceforge and extract it in you C:\Opencv
http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.5/
4. Set OpenCV .dll in systems path so that JavaCV can access it.
Go to Control Panel > System Security > System > Advanced System Settings > Environment Variables In System variable select path and click on Edit. Now add following address in Variable address. I have extracted opencv package in C:\ directory. If you have installed at different location please update address accordingly. For 32 bit: C:\opencv\build\x86\vc10\bin For 64 bit: C:\opencv\build\x64\vc10\bin Once this is done, the most important step is to Restart Windows.
5. Download JavaCV 0.5 binary package from link below and extract it.
http://code.google.com/p/javacv/downloads/list









