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

central relative pose RANSAC methods caused Matlab 2018b crash #89

Open
hankyang94 opened this issue Dec 9, 2018 · 0 comments
Open

Comments

@hankyang94
Copy link

I am using Mac OS 10.14 system with Matlab R2018b.
I installed opengv by compiling using Xcode.
I ran a ransac problem:
X_5pt_ransac=opengv('fivept_nister_ransac',bearing1,bearing2);
and it always crashed my Matlab.
However, running without ransac has no problem.
X_5pt=opengv('fivept_nister',bearing1,bearing2);
and yields the correct solution.

Does anyone know how to fix this?

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