Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opencv_contrib-master/modules/xfeatures2d/src/boostdesc.cpp:654:20: fatal error: boostdesc_bgm.i: No such file or directory #2427

Closed
ah-ma opened this issue Feb 11, 2020 · 1 comment
Labels
duplicate incomplete question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org/

Comments

@ah-ma
Copy link

ah-ma commented Feb 11, 2020

Hello,
i have downloaded opencv-master and opencv-contrib,
then tried to build opencv-contrib using this command
cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib-master/modules ../opencv-master
where my terminal is inside the directory where the final product was supposed to be built into

now i had the error above so i solved it by doing
curl https://raw.githubusercontent.com/opencv/opencv_3rdparty/34e4206aef44d50e6bbcd0ab06354b52e7466d26/boostdesc_bgm.i > boostdesc_bgm.i
which downloaded boostdesc_bgm.i then i copied it to opencv_contrib-master/modules/xfeatures2d/src

then i got a second error
opencv_contrib-master/modules/xfeatures2d/test/test_features2d.cpp:51:10: fatal error: features2d/test/test_detectors_regression.impl.hpp: No such file or directory

which i solved by copying the feature2d folder from opencv-master/modules into opencv_contrib-master/modules/xfeatures2d/test/

and everything was built successfully afterwards

thank you

@paolodavid
Copy link

it works ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate incomplete question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org/
Projects
None yet
Development

No branches or pull requests

3 participants