#Changelog of ORB-SLAM Monocular
- Save/load vocabulary from text file instead of cv::FileStorage.
- Unused files from Thirdparty/DBoW2 and Thirdparty/g2o have been removed. g2o files have been reorganized and we compile only one library libg2o.so instead of four libraries (libg2o_core.so, libg2o_types.so, etc)
- We use now Eigen solver instead of Cholmod solver in g2o. Removed dependency on Suitesparse and Cholmod.
- Several bugs have been fixed.
First ORB-SLAM Monocular version