IP Prog 1
IP Prog 1
Problem Statement:
Consider any image with size 1024x1024. Modify the image to the
sizes 512x512, 256x256, 128x128, 64x64 and 32x32 using
subsampling technique. Create the original image from all the
above subsampled images using resampling technique.
In [2]: %cd ..
localhost:8888/lab 1/9
3/13/23, 3:26 PM Assignment_2
print(width)
print(height)
1024
1024
localhost:8888/lab 2/9
3/13/23, 3:26 PM Assignment_2
localhost:8888/lab 3/9
3/13/23, 3:26 PM Assignment_2
localhost:8888/lab 4/9
3/13/23, 3:26 PM Assignment_2
localhost:8888/lab 5/9
3/13/23, 3:26 PM Assignment_2
localhost:8888/lab 6/9
3/13/23, 3:26 PM Assignment_2
localhost:8888/lab 7/9
3/13/23, 3:26 PM Assignment_2
localhost:8888/lab 8/9
3/13/23, 3:26 PM Assignment_2
In [ ]:
localhost:8888/lab 9/9