You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,20 @@
3
3
4
4
## [Unreleased]
5
5
6
+
7
+
## 0.4.0
8
+
9
+
### Added
10
+
- Internal geometric solvers and RANSAC
11
+
6
12
### Changed
7
13
- Undistorted images, masks and depthmaps are now under the undistorted folder. Use the `bin/migrate_undistort.sh` script to port old datasets to the new folder structure.
14
+
- Removed dependency on opengv
15
+
- Restructured c++ code
8
16
9
17
### Improved
10
18
- Undistorting 16bit images now produces 16bit undistorted images. @pierotofy
19
+
- Fix bug on multiple reconstruction alignment. @linusmartensson
0 commit comments