David Cain and Justin Sperry
A write-up of this project is available on the CS365 course wiki.
This project relies on still images taken from a microscope. The images are saved in the numpy image format, which is a raw image format, and requires a lot of disk space.
As a result of the large image sizes, not all of the images used in this project are included in this repository. However, two tarballs contain images that should demonstrate functionality:
images.tar.gz- images of a slide as the stage is being adjustedpond3.tar.gz- images of organisms in pond water
Simply extract the tarball to the working directory for the program to
access them. To view the images in a standard image viewer, use the
save_npy.py script to convert from the .npy format to .png.