I have downloaded the OpenCV library folder from: https://github.com/atduskgreg/opencv-processing and put the folder into the processing libraries folder with all my other libraries. When I go to the examples folder in OpenCV and run one, it says it says that there is no OpenCV library installed.
Asked
Active
Viewed 183 times
1
-
2What exactly is your directory structure? What is inside the OpenCV library folder? – Kevin Workman Aug 17 '16 at 16:00
1 Answers
0
If you used the download link from github there's a chance the unzipped folder might be opencv_processing-master instead of opencv_processing.
You can try to rename the opencv_processing-master folder to opencv_processing and restart Processing.
For the simplest/safest way to install the library I recommend using the Library Manager:
- cleanup/remove the unzipped folder you have if it's in Documents/Processing
- Go to Processing > Sketch > Import Library ... > Add Library ... > type OpenCV > select OpenCV for Processing > click Install
It might even work without having to restart Processing

George Profenza
- 50,687
- 19
- 144
- 218