Ask Your Question

AtoM's profile - activity

2014-11-27 05:36:47 -0600 asked a question Missing files related to stitcher.hpp

Hi I install on a raspberry with raspbian opencv using the package installer (package = libopencv-dev). Current version = 2.9.1.

When compiling a short program (only stitching two images, using default parameters), the cmake compiler states that the file opencv_modules.hpp linked to warpers.hpp and stitcher.hpp does not exist (which is true).

After trying to compile the library OpenCV using the source files from GitHub, I have the same results. Looking around on forums, I found that the files are not installed and still in the release directory. I copied this file and the gpu.hpp (next lacking files) but this not seems to be a good approache to have a non corrupted library installation.

Did someone find a way to obtain the correct libraries in the correct places in order to have a fully functional library to compile great programs??

Thanks :)