Changeset 681
- Timestamp:
- 02/20/10 12:29:59 (2 years ago)
- Location:
- branches/2010-image-rec/docs
- Files:
-
- 1 added
- 2 modified
-
Makefile (modified) (2 diffs)
-
report.pdf (added)
-
report.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2010-image-rec/docs/Makefile
r673 r681 5 5 project-plan.pdf: figures/cam-000080-hsv-sobel-h.png figures/hist-test.tex figures/pygments-declarations.tex 6 6 7 all: lit-review.pdf project-plan.pdf report 7 all: lit-review.pdf project-plan.pdf report.pdf 8 8 9 9 %.pdf: %.tex 10 10 pdflatex $(TEXFLAGS) $< 11 #bibtex $*11 bibtex $* || true 12 12 pdflatex $(TEXFLAGS) $< 13 13 pdflatex $(TEXFLAGS) $< … … 22 22 figures/ground-lab-calib_rectified.png 23 23 24 report :$(REPORT_FIGURES)24 report.pdf: report.tex $(REPORT_FIGURES) 25 25 26 26 %_undistorted.png: %.jpg -
branches/2010-image-rec/docs/report.tex
r679 r681 14 14 15 15 \begin{document} 16 \title{TODO: Pick a title} 17 \author{Thomas W. Most \and Trenton S. Tabor} 18 \date{\today} 16 19 17 \begin{flushright} 18 CSSE463 Image Recognition --- Tom Most and Trenton Tabor --- CM 2371 19 \end{flushright} 20 \maketitle 20 21 21 22 % TODO: Abstract

