Gordon Kindlmann
CS 6964
Project 1
Image Mosaicing
Due: 17 Oct. 2000
Done: 22 Nov. 2000
Abstract: A simple tool, called moss, for performing
simple image mosaicing was developed. This allows mosaicing of two
restricted classes of image sequences:
- Fixed viewpoint; varying orientation; world is non-planar
- Varying viewpoint; varying orientation; world is planar
This tool can process a collection of PPM or PGM images under the
guidance of a set of user-specified correspondance points, which
determine mappings between pairs of images. Smooth blending is
performed between images when two or more of them overlap.
Unfortunately, time did not allow for experimentation with
brightness (or color) adjustment between overlapping images
so as to further reduce seams.
Contents:
- Background and Principles
- Implementation
- Results and Discussion
- Source