Log in

View Full Version : OpenCV not compiling in netBeans


Sawyer S-W
11-02-2014, 20:47
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?

Joe Ross
11-02-2014, 21:14
I suspect that OpenCV does not support a Java ME JDK.

abrightwell
11-02-2014, 22:50
Have you considered JavaCV (https://code.google.com/p/javacv/) instead? It is what I am using and it works just fine.

Joe Ross
11-02-2014, 23:18
Have you considered JavaCV (https://code.google.com/p/javacv/) instead? It is what I am using and it works just fine.

You're using JavaCV on the cRIO?