Ask Your Question

ater1980's profile - activity

2017-03-03 09:55:51 -0600 asked a question Different OpenCV locations when installing caffe

I currently have Opencv 3.2.0 installed with the shared object file in Python dir:

/usr/local/lib/python2.7/dist-packages/cv2.so

At the same time, when I install caffe, the cmake configurator finds the following location:

/usr/local/share/OpenCV

And when I use pkg-config --cflags opencv these two are detected:

-I/usr/local/include/opencv -I/usr/local/include

where the former is within the latter of course.

So I 'm confused: which path should I use when installing opencv-dependent packages like caffe? How do I determine the correct one?

2016-05-24 22:19:35 -0600 asked a question package org.opencv.calib3d does not exist

After multiple attempts I keep getting this error. Apparently when I run cmake

opencv_calib3d dependency can't be resolved

I'm not sure how to resolve it; I have calib3d in the modules directory of opencv, and I've installed all basic opencv libraries. In general, everything else seems to be working just fine. Any suggestions?