Test data: Image files can be found on Canvas (Files -> ImageData). For this assignment, you need flowers.raw (400x300, 8-bit), flowers-template.raw (
Note that these files don’t include any header information (e.g., image dimension and number of intensity levels). Thus, the simple image viewer in Windows system may not work. For displaying them, use Photoshop or some free software for image display (e.g., ImageJ, MRICro).
Write a program to generate a correlation coefficient map for a template matching example as illustrated in slide 25 of Lecture Note #9. Use flowers.raw as an original image and flowers-template.raw as a template (reference) image. Specifically, you can shift the template image over the original image, then calculate the correlation coefficient for each overlap case between the reference image and original image patch. Export an output file named flowers_correlation_
Write a program for performing image downsampling and upsampling. For downsampling, apply the naïve method to lena.raw illustrated in slide 3 of Lecture Note #11 by a factor of 2 (512x512->256x256). Then, upsample the 256x256 downsamped image to 512x512 by using nearest neighbor interpolation. Export an output file named lena_resampling.raw.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of