kayak-tom / tom-cv

Various computer vision routines by Tom Botterill. Essential matrix estimation+optimisation, BoWSLAM, BaySAC, real-time local mosaicing.
Other
33 stars 20 forks source link

bowSlam empty sln? #1

Open antithing opened 9 years ago

antithing commented 9 years ago

Hi Tom, thanks for the code! I am trying to run bowSlam on windows, cmake runs ok and the solution builds for visual studio, BUT, it has only the BUILD ALL project in it, and no source files.

How can I build the slam solution?

Thanks again!

kayak-tom commented 9 years ago

I have never built BoWSLAM in Windows before (but most of the libraries do work in Windows).

Easier to use in Linux.

You will probably have to build the libraries (cmake project), and then edit the BoWSLAM project manually to include all the correct files etc. You will have to make sure it can start the ShowIm program in a windows-compatible way.

Cheers, Tom

On 8 July 2015 at 01:24, antithing notifications@github.com wrote:

Hi Tom, thanks for the code! I am trying to run bowSlam on windows, cmake runs ok and the solution builds for visual studio, BUT, it has only the BUILD ALL project in it, and no source files.

How can I build the slam solution?

Thanks again!

— Reply to this email directly or view it on GitHub https://github.com/kayak-tom/tom-cv/issues/1.