Skip to content

Commit

Permalink
Remove jhead dependency on README.
Browse files Browse the repository at this point in the history
Using exiftool now.
  • Loading branch information
paulinus committed Dec 5, 2014
1 parent 3572323 commit 4833866
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Dependencies
------------
* [OpenCV][]
* [Ceres Solver][]
* [jhead][]
* [JsonCpp][]
* [NumPy][], networkx, PyYAML, exifread

Expand Down Expand Up @@ -50,10 +49,9 @@ Then:

sudo make install

3. [JsonCpp][] and [jhead][] - Install through apt-get:
3. [JsonCpp][] - Install through apt-get:

sudo apt-get install libjsoncpp-dev
sudo apt-get install jhead

4. [NumPy][], networkx, PyYaml, exifread - Install [pip](https://pypi.python.org/pypi/pip) and then run the following from the root of the project:

Expand Down Expand Up @@ -83,4 +81,3 @@ An example dataset is available at data/berlin.
[NumPy]: http://www.numpy.org/ (Scientific computing with Python)
[Ceres solver]: http://ceres-solver.org/ (Library for solving complicated nonlinear least squares problems)
[JsonCpp]: https://github.com/open-source-parsers/jsoncpp (C++ library that allows manipulating JSON values)
[jhead]: http://www.sentex.net/~mwandel/jhead/ (Exif Jpeg header manipulation tool)

0 comments on commit 4833866

Please sign in to comment.