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

The source code should be made a little change in Ubuntu 16.04 #31

Open
coolxxy opened this issue Jun 1, 2017 · 0 comments
Open

The source code should be made a little change in Ubuntu 16.04 #31

coolxxy opened this issue Jun 1, 2017 · 0 comments

Comments

@coolxxy
Copy link

coolxxy commented Jun 1, 2017

On Ubuntu 16.04, if you installed opencv from repository by apt such as apt install libopencv, you should change some code in file src/akaze_* and src/lib/utils.cpp
such as
#include <opencv2/calib3d.hpp>
#include <opencv2/imgproc.hpp>
to
#include <opencv2/calib3d/calib3d.hpp>
#include <opencv2/imgproc/imgproc.hpp>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant