SfM-Toy-Library icon indicating copy to clipboard operation
SfM-Toy-Library copied to clipboard

A toy library for Structure from Motion using OpenCV

Results 21 SfM-Toy-Library issues
Sort by recently updated
recently updated
newest added

Ubuntu 14.04 OpenCV 3.1 Boost 1.6.2 gcc4.8 ./SfMToyUI -v 0 -p ../dataset/crazyhorse/ ----------------- Extract Features ----------------- ----------- Create Feature Match Matrix ------------ ----------- Find Baseline Triangulation ------------ ---------- Find Views...

Hello i get this error while trying to install these libraries i hope you could helpme. ../SfM-Toy-Library-master/build$ make Scanning dependencies of target SfMToyLibrary [ 10%] Building CXX object SfMToyLib/CMakeFiles/SfMToyLibrary.dir/SfMCommon.cpp.o [...

/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/liblapack.so: undefined reference to `ATL_dsqtrans' collect2: error: ld returned 1 exit status SfMToyLib/CMakeFiles/SfMUnitTests.dir/build.make:135: recipe for target 'SfMToyLib/SfMUnitTests' failed make[2]: *** [SfMToyLib/SfMUnitTests] Error 1 CMakeFiles/Makefile2:161: recipe for target 'SfMToyLib/CMakeFiles/SfMUnitTests.dir/all' failed make[1]:...

my input is from the dataset- crazyhorse, there are only 7 photos, why is there 28 points in the output_cameras.ply? There are four points for each camera. and what are...

![image](https://user-images.githubusercontent.com/32252319/43236677-06d72190-90b9-11e8-8f7a-740931314453.png) Hello, royshil, I completely run out of your program, but during the running process, the cmd interface prompts me, "Bundle adjustment failed", I have found the source of this...

Otherwise there will be compilation error ``` /home/jasjuang/SfM-Toy-Library/SfMToyLib/SfM.cpp:636:18: error: variable ‘std::ofstream ofs’ has initializer but incomplete type ofstream ofs(prefix + "_points.ply"); ^ /home/jasjuang/SfM-Toy-Library/SfMToyLib/SfM.cpp:668:19: error: variable ‘std::ofstream ofsc’ has initializer but...

This is not an issue but rather a question. I would like to use SfM with a calibrated camera - I looked at the source code a bit. I see...

I am trying to get the library working on Ubuntu 14.04. I upgraded my cmake from 2.8 to 3.2.2 (installed via PPA according to this post - https://askubuntu.com/a/610352/133573) but the...

how can i run c++ code in cmake ???

Hey !! The code is running but everything is invisible :( How can I run the GUI ? Thank you in advance martin@martin-Lenovo-Yoga-2-13:~/SfM-Toy-Library$ ./build/SfMToyUI -p /home/martin/SfM-Toy-Library/dataset/crazyhorse -o /home/ ----------------- Extract...