Assignments

Due Date Title Links Images/Misc Grades
2/22/99 Morphing hw1.htm   hw1.doc   hw1.ps rdz.pgm   janosi.pgm HW1 Grades
4/12/99 Mosaicing hw2.htm   hw2.doc   hw2.ps towert.pgm towerb.pgm HW2 Grades
5/17/99 Estimating # of People hw3.htm    hw3.doc   hw3.ps seq1.mpg seq2.mpg
seq3.mpg seq4.mpg
seq11.mpg seq12.mpg

 


Assignment 3 Notes:

  1. [frames1.zip] contains individual frames for seq1.mpg in ppm format. It's a large file (~3MB) and can be generated easily using the DALI example on mpgtoppm.

Assignment 2 Notes:

  1. The mosaic program should take two image files. Specifically, the command line should look like the following:
    mosaic <input-file1> <input-file2> <init-trans-x> <init-trans-y> <trans-radius> <scale-radius> <output-file>
  2. The inputs to the mosaic program are the images to be mosaiced and not the edge detected images. So, the edge detection functionality must be embedded into the mosaic program.

ADDITIONAL IMAGES

mickey1.pgm  mickey2.pgm


Assignment 1 Notes:

Please use the images provided above (under Images/Misc) for the assignments. Additional images are provided below for your benefit.

ADDITIONAL IMAGES

clinton.pgm  gates.pgm   horse.pgm  tiger.pgm   thinker.pgm


IMAGE VIEWERS

ImageEye

PGMView  ....a very useful tool (esp. for assignment 1) created by Andrew O'Meara,  ac05@cornell.edu

a simple util i made for Win32 that animates a sequence of PGM files to the
screen. for example, if you have a bunch of files called blah1.pgm,
blah2.pgm, blah3.pgm... type "blah" in the PGM movie edit field
and press the "Play" button. be sure the exe is in the same dir
as your sequence of pgms. finally, if you just want to see a
single pgm, put its name in the "PGM Name" edit field and press
the "Show" button. For example, one would type "blah2" to see blah2.pgm.