Difference between revisions of "Download"
From BoofCV
Jump to navigationJump to search (Updated formatting added change log) |
(Updated for submodules) |
||
Line 16: | Line 16: | ||
<pre> | <pre> | ||
git clone git://github.com/lessthanoptimal/BoofCV.git | git clone git://github.com/lessthanoptimal/BoofCV.git | ||
cd BoofCV | |||
git submodule init | |||
git submodule update | |||
</pre> | </pre> | ||
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 [https://github.com/lessthanoptimal/GeoRegression GeoRegression] also be checked out from its repository if you are working with the latest BoofCV repository code. | |||
= Past Releases = | = Past Releases = |
Revision as of 07:07, 2 January 2012
Latest Release
BoofCV is available through source code from its central repository or as formal releases:
Download Latest Release:
Repository:
- Source code at github. https://github.com/lessthanoptimal/BoofCV
Bleeding Edge
To checkout the latest source code type the following:
git clone git://github.com/lessthanoptimal/BoofCV.git 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.2 | Link | API improvements and geometric vision |
Alpha v0.1 | Link | First formal publish release |