This course will make use of the vision and robotics instructional
laboratory, room 1006B LAS.
To access the lab, ask the lab monitor
in 1006A to unlock the door for you. Facilities of relevance to this course
are as follows.
Hardware
The laboratory has 4 Linux workstations, rob01-rob04. rob01, rob03 and rob04 are equipped
with a camera and adjustable tripod. (There are additional workstations in lab;
however, they will not concern us.) Also available in the lab is a spotlight for providing a somewhat high intensity, directional source of illumination.
Software
Information regarding image capture from rob01, rob03 and rob04 can be found here.
To display your captured images you can call the program animate (i.e., /cs/local/bin/animate). To display a single image in file imageName.pgm, call from the command line as
% animate imageName.pgm
To display a sequence of images with names of the form imageName*.pgm, call from the command line as
% animate imageName*.pgm
To see some of the options available with animate, place the cursor in the image display window and click the right most mouse button.
% man pgm
In a similar fashion, one can obtain information about the closely related
pbm and ppm image formats.