Assignment1 Spring 2023
Assignment1 Spring 2023
Assigned on 01/23/2023
Solutions due on 02/13/2012 by 2:00 pm afternoon
Late submissions guidelines: None
This assignment will help you gain a practical understanding of Resampling and Filtering
in the spatial and temporal domain. It consists of two parts, the first one aimed to develop
your understanding of sampling/aliasing issues in the spatial domain and the second one
deals with sampling/aliasing issues in the temporal domain.
To invoke your program, we will compile it and run it at the command line as
Mypart1.exe 16 0.5 0
This will create original 512x512 image to the left with 8 lines radially as shown, and the
output is scaled down by 2.0 creating an image of size 256x256 as shown.
Similarly,
Mypart1.exe 360 0.5 0
Will create an image with a denser pattern with each line separated by one degree,
ultimately scaled down to half its size.
To invoke your extra credit we will compile it and run it at the command line as