I was trying to compile OpenCV 3.0 in java netbeans but there was an error: package org.opencv.highgui does not exist After a bit of research I came to know the jar file of OpenCV 3.0 doesn't include highgui. Can anyone help me what should I do if I want to include highgui and VideoCapture libraries?
You can use OpenCV 2.7. It has both highgui and video capturing librarire intact.