-
Notifications
You must be signed in to change notification settings - Fork 540
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
build in tx2 #63
Comments
Hi caoyifeng001: |
caoyifeng001 already asked about the -mfpu=neon issue: His thread was most likely closed because the solution can be found with a simple search and has been fixed in a stranded pull request: Just adapt the CMakeList.txt according to that pull request and it should all work. Not sure if that will fix the BRISK issue too, but it will pull in a different version of it, so it might work differently. |
just delete it . |
This CMakeLists.txt file should work on a TX2. It is necessary to use OpenCV2 for it to work though otherwise you run into this bug #65. |
Hi:
I run BRISK/demo from https://www.doc.ic.ac.uk/~sleutene/software/brisk-2.0.4.zip in x86 and arm ,but i get different result in feature detection ,why? could help me.
The text was updated successfully, but these errors were encountered: