ximgproc in opencv2 file not found
Hi everyone, running #include <opencv2 ximgproc.hpp=""> results in file not found, could someone explain why this might be?
you need to clone opencv contrib and build opencv.
Opencv version and platform are welcome...
Just for clarity, after you clone opencv contrib as @LBerger recommended, you have to rebuild opencv with the -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules option, when running cmake.
Asked: 2017-02-08 09:10:07 -0600
Seen: 14,567 times
Last updated: Jun 14 '18
Is there anyone knows that where will the extra modules in opencv_contrib be include in the source opencv pack? since I always can't find the extra modules(ex.ximgproc) in opencv/include/opencv2 or is it just that i'm failed installing it?