Closed ptzu closed 6 years ago
@abcd40404 same error. Have you solved it yet?
@GUO-W Nope.
need to use the opencv > 3.0.0 with cuda and opencv_contrib
@yuyadanyadan Thanks for reply, it works.
@abcd40404 I got the same error and followed your instructions to install opencv_contrib,opencv and cuda.
However,
Looking for C++ include opencv2/face/facerec.hpp
-- Looking for C++ include opencv2/face/facerec.hpp - not found
-- OPENCV_CONTRIB NOT PRESENT, DISABLING LOTS OF FUNCTIONALITY, SEE https://github.com/opencv/opencv_contrib
-- Looking for C++ include opencv2/xfeatures2d/nonfree.hpp
-- Looking for C++ include opencv2/xfeatures2d/nonfree.hpp - not found
-- OPENCV_XFEATURES2D_NONFREE NOT PRESENT, DISABLING LOTS OF FUNCTIONALITY, SEE https://github.com/opencv/opencv_contrib
-- Looking for C++ include opencv2/cudafeatures2d.hpp
-- Looking for C++ include opencv2/cudafeatures2d.hpp - not found
-- OPENCV_CUDAFEATURES2D NOT PRESENT, DISABLING LOTS OF FUNCTIONALITY
these warnings still exist. If possible, could you give me suggestions? @GUO-W @yuyadanyadan
@TengFeiHan0 have you solved this problem?
Getting same issue with opencv contrib not present while I definitely have it and I am using it in other projects.
Looking for a solution but by any chance did anyone fix this one already?
Hi, I followed the step in readme, and I successfully built the code. Then I tried to run example, but I can't find intrinsic_calib and stereo_calib exec file. There are only dbow2_demo and train_voctree. Did I miss anything? Thanks.