Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Migurski authored and Michal Migurski committed Nov 20, 2009
1 parent 56c1562 commit c36fc8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions read/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ GMDH02_00647.sift: bin GMDH02_00647.pgm
bin/sift --peak-thresh=8 -o GMDH02_00647.sift GMDH02_00647.pgm

GMDH02_00647.pgm: GMDH02_00647.png
convert -geometry 1000x1000 GMDH02_00647.png GMDH02_00647.pgm
convert GMDH02_00647.png GMDH02_00647.pgm

GMDH02_00364.sift: bin GMDH02_00364.pgm
bin/sift --peak-thresh=8 -o GMDH02_00364.sift GMDH02_00364.pgm

GMDH02_00364.pgm: GMDH02_00364.png
convert -geometry 1000x1000 GMDH02_00364.png GMDH02_00364.pgm
convert GMDH02_00364.png GMDH02_00364.pgm

layout.sift: bin layout.pgm
bin/sift --peak-thresh=8 -o layout.sift layout.pgm
Expand Down

0 comments on commit c36fc8e

Please sign in to comment.