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.02k stars 353 forks source link

usage in MATLAB #87

Open Youthlee-junjie opened 5 years ago

Youthlee-junjie commented 5 years ago

Hi, I am trying to use it on matlab2017a, but I have some problems. It said

No function or variable is defined :"opengv_donotuse" Error benchmark_relative_pose_execution_times (line 45) Out = opengv_donotuse(algorithms{a},indices{a},v1,v2,T_perturbed);

I have dowenload the opengv_donotuse.cpp. but how to make it in matlab? Must I use visual statio2012 to get mex file?Thank you for your answer.