laurentkneip / opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems. It is hosted and maintained by the Mobile Perception Lab of ShanghaiTech.
Other
1.01k stars 354 forks source link

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

Open hankyang94 opened 5 years ago

hankyang94 commented 5 years ago

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?