anupsarkar-dev/ExoVisix

can not import import org.opencv.core.Mat;

pkyesu opened this issue · 2 comments

I know this package is in opencv ,but not javacv

To solve this , you have to download Opencv package file from https://opencv.org/releases.html
, then go to opencv\build\java, you will find opencv-341.jar.
manually add this jar file to your project.
now your problem is gone !