Skip to content

Commit

Permalink
- Little bit of clean up.
Browse files Browse the repository at this point in the history
- Preparing for v0.17
  • Loading branch information
lessthanoptimal committed Jun 18, 2014
1 parent 3604071 commit 34a83ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions change.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ Version : Alpha 0.17
* Wrote several example showing how Webcam Capture can be used with BoofCV
- Structure From Motion (SFM) example

- TODO Automatically compile and push unstable builds. https://travis-ci.org/ ?
- TODO move BundleAdjustmentCalibrated into SFM?
- TODO Make sure android code still works

---------------------------------------------
Date : 2013/12/25
Version : Alpha 0.16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
/**
* Demonstration on how to do 3D reconstruction from a set of unordered photos with known intrinsic camera calibration.
* The code below is still a work in process and is very basic, but still require a solid understanding of
* structure from motion and all its algorithms to understand. In other words, this is not for beginners and
* requires good clean data to work.
* structure from motion to understand. In other words, this is not for beginners and requires good clean set of
* images to work.
*
* One key element it is missing is bundle adjustment to improve the estimated camera location and 3D points. The
* current bundle adjustment in BoofCV is too inefficient. Better noise removal and numerious other improvements
* current bundle adjustment in BoofCV is too inefficient. Better noise removal and numerous other improvements
* are needed before it can compete with commercial equivalents.
*
* @author Peter Abeles
Expand Down
1 change: 1 addition & 0 deletions misc/LongTermIssues.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Add offset parameter to convolution kernel
- Process the convolution kernel in the correct order
- Look at comments in PnPLepetitEPnP and consider
- Automatically compile and push unstable builds. https://travis-ci.org/ ?

0 comments on commit 34a83ea

Please sign in to comment.