I am trying to find the library for openCV.
import org.opencv.core.MatOfByte;
import org.opencv.core.MatOfRect;
I found just by importing javaCV, am not getting the above API. I need to download some other libraries as well. I am very new to openCV , so can any tell me how to get these libraries for importing in Java
I did follow the link of jar , only change I did is I found a jar inside openCV extracted directory C:\Opencv\opencv\build\java, So I just imported that jar as library , it didn;t work.