We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea7aad commit f864a7aCopy full SHA for f864a7a
Changelog.md
@@ -0,0 +1,11 @@
1
+#Changelog of ORB-SLAM Monocular
2
+
3
+## 1.0.1 (18-01-2016)
4
+- Save/load vocabulary from text file instead of cv::FileStorage.
5
+- Unused files from Thirdparty/DBoW2 and Thirdparty/g2o have been removed. g2o files have been reorganized and we compile only
6
+one library libg2o.so instead of four libraries (libg2o_core.so, libg2o_types.so, etc)
7
+- We use now Eigen solver instead of Cholmod solver in g2o. Removed dependency on Suitesparse and Cholmod.
8
+- Several bugs have been fixed.
9
10
+## 1.0.0 (03-03-2015)
11
+First ORB-SLAM Monocular version
0 commit comments