-
Notifications
You must be signed in to change notification settings - Fork 13
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
'remove #2
Comments
I tried the code on my Ubuntu 14.04 machine with OpenCV 2.4.8 and g++ 4.8.5 and it's working. git clone https://github.com/clemenscorny/brisk.git
mkdir build
cd build
cmake ../brisk
make Do you use OpenCV from the original ubuntu package repositories and g++? |
I'm getting the exact same error as etale-cohomology--perhaps it is because I am running OpenCV 3.1.0 and not OpenCV 2.4.8... I have g++ 4.9.2 on Debian 8.5. |
I'm also running OpenCV 3.1.0! (Latest development version, from github) |
I'm currently building OpenCV 2.4.13 from Github to see if this BRISK implementation builds properly. (It should.) Hopefully OpenCV 2 and OpenCV 3 can co-exist on the same system... |
I am able to get past the error above after building and installing OpenCV 2.4.13 from the opencv.org Download page. However, it breaks later on with a different error (after a NumPy 1.7 deprecated warning). I'll post that as a separate issue. |
Thank you for the bug report. I'll try to port this function back to the brisk code. BR Clemens |
Perhaps they moved the function out to xfeatures2d (or some other library)? You might want to check that first before porting...
|
Do not have "removeInvalidPoints" in xfeatures2d neither in features2d... Still looking for a solution :( |
I'm trying to build this on Ubuntu LTS 14.04, and I get the following error when trying to run
make
:The text was updated successfully, but these errors were encountered: