CS 766 Computer Vision Assignment 2: Panorama & MosaicsSaikat R. Gomes (saikat@cs.wisc.edu) & Stephen Lazzaro (slazzaro@cs.wisc.edu) |
|
|
|
Contents |
Running the CodeThe software implementation was done in Matlab.The code package can be downloaded from here. Panorama creation with standard homography methods: This functionality is implemented in the code folder. Syntax: PanoramaMainRansac( inDir , f , ransactype ); where: inDir: Name of the directory containing the images which should be ordered from left to right f: the focal length of the camera used ransactype: the type of RANSAC variation to use which should be an integer from 1 to 5. The different RANSAC types for each integer are described below
Output Files: Images for each stitching of the panorama and the final panorama warped and cropped. Average Vector Translation Panorama To run the simple average vector transtion panorama: PanoramaMain(inDir, f, SIFT_thresh, blend, printVerbose, doSIFT_Test) ex: PanoramaMain('../images/monona/final/simple2/',660.87,2.5,0,1,0); |
![]() |
|