-
Notifications
You must be signed in to change notification settings - Fork 215
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
Problems installing #43
Comments
Have you solved the problem? Now I face the same situation. |
you may add a line: |
@atangger tricks work form me in SfmUnitTest.cpp raw 45 ' #define BOOST_TEST_EQUALS' example then compile 100% |
@YuehChuan hello,I am the same with you. And I change some other datasets, the result seems to be too sparse to recognize it, is there something wrong? |
Excuse me, I am failed in that:
But I do not know why. |
Hello, i was able to get the demo running but i also got a very bad result. Did some one fixed it or have some ideas which settings in the ORB Detector can cause this problems? Thanks in Advance |
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
[ 20%] Building CXX object SfMToyLib/CMakeFiles/SfMToyLibrary.dir/SfM.cpp.o
/.../SfM-Toy-Library-master/SfMToyLib/SfM.cpp: In member function ‘void sfmtoylib::SfM::saveCloudAndCamerasToPLY(const string&)’:
/.../SfM-Toy-Library-master/SfMToyLib/SfM.cpp:636:18: error: variable ‘std::ofstream ofs’ has initializer but incomplete type
ofstream ofs(prefix + "_points.ply");
^
/home/rafaga/Escritorio/Gregorio/SfM-Toy-Library-master/SfMToyLib/SfM.cpp:668:19: error: variable ‘std::ofstream ofsc’ has initializer but incomplete type
ofstream ofsc(prefix + "_cameras.ply");
^
SfMToyLib/CMakeFiles/SfMToyLibrary.dir/build.make:86:
'SfMToyLib/CMakeFiles/SfMToyLibrary.dir/SfM.cpp.o'
make[2]: *** [SfMToyLib/CMakeFiles/SfMToyLibrary.dir/SfM.cpp.o] Error 1
CMakeFiles/Makefile2:161: fallo en las instrucciones para el objetivo 'SfMToyLib/CMakeFiles/SfMToyLibrary.dir/all'
make[1]: *** [SfMToyLib/CMakeFiles/SfMToyLibrary.dir/all] Error 2
Makefile:83: fallo en las instrucciones para el objetivo 'all'
make: *** [all] Error 2
regards
The text was updated successfully, but these errors were encountered: