Difference between revisions of "Download"
m |
|||
Line 4: | Line 4: | ||
Download Latest Release: | Download Latest Release: | ||
* [http://sourceforge.net/projects/boofcv/files/v0. | * [http://sourceforge.net/projects/boofcv/files/v0.7/boofcv-v0.7-libs.zip/download Compiled Jar and dependencies] | ||
* [http://sourceforge.net/projects/boofcv/files/v0. | * [http://sourceforge.net/projects/boofcv/files/v0.7/boofcv-v0.7-docs.zip/download JavaDOC] | ||
* [http://sourceforge.net/projects/boofcv/files/v0. | * [http://sourceforge.net/projects/boofcv/files/v0.7/boofcv-v0.7-src.zip/download Source Code] | ||
* [[BoofCV_Change_Log|Change Log]] | * [[BoofCV_Change_Log|Change Log]] | ||
Line 34: | Line 34: | ||
{| border="1" width=600px cellpadding="4" | {| border="1" width=600px cellpadding="4" | ||
! Version !! Link !! Description | ! Version !! Link !! Description | ||
|- | |||
| Alpha v0.7 || [https://sourceforge.net/projects/boofcv/files/v0.7 Link] || Stereo calibration, rectification, improved API | |||
|- | |- | ||
| Alpha v0.6 || [https://sourceforge.net/projects/boofcv/files/v0.6 Link] || Camera calibration, 3D Vision, Performance, and more | | Alpha v0.6 || [https://sourceforge.net/projects/boofcv/files/v0.6 Link] || Camera calibration, 3D Vision, Performance, and more |
Revision as of 13:54, 22 April 2012
Latest Release
BoofCV is available through source code from its central repository or as formal releases:
Download Latest Release:
See below for how to checkout code from the git repository.
Bleeding Edge
BoofCV uses github for its central repository. Before you run to github and clone the repository, don't forget to checkout the data submodule! Those data files are needed to run the example code.
git repository: https://github.com/lessthanoptimal/BoofCV
To checkout the latest source code type the following:
git clone git://github.com/lessthanoptimal/BoofCV.git boofcv cd boofcv git submodule init git submodule update
Larger data files have been put into a separate git repository and the submodule related lines are required to download them. Those data files will appear inside the BoofCV/data directory.
External jars which BoofCV relies upon are not always updated in the repository and can cause problems when trying to compile the code. It is recommended that GeoRegression also be checked out from its repository if you are working with the latest BoofCV repository code.
Past Releases
Version | Link | Description |
---|---|---|
Alpha v0.7 | Link | Stereo calibration, rectification, improved API |
Alpha v0.6 | Link | Camera calibration, 3D Vision, Performance, and more |
Alpha v0.5 | Link | Improvements to SURF and non-linear optimization |
Alpha v0.4 | Link | Fixed bugs in SURF and MultiSpectral images |
Alpha v0.3 | Link | More color and camera calibration support |
Alpha v0.2 | Link | API improvements and geometric vision |
Alpha v0.1 | Link | First formal publish release |