|
OpenCV not compiling in netBeans
We are trying to use openCV to process images from our axis camera on the cRIO. We have added the opencv-248.jar to the java sources classpath in project properties within netbeans. While programming, there are no errors and netbeans accesses the libraries fine. However, when compiling, netBeans gives error: package org.opencv.core does not exist.
Does anyone know what has gone wrong? Has anyone gotten OpenCV to work with netbeans?
|