Question: please help. on matlab 4. (25 points) Consider the following model for blurring images: 16 li- jl = 2, li-il = 1, Bij i =
4. (25 points) Consider the following model for blurring images: 16 li- jl = 2, li-il = 1, Bij i = j, 0 otherwise. Additionally, assume the periodic boundaries of your image. Blur a matlab-provided demo image (e.g. mandrill.mat) applying the blurring iterations 16 times. Use GMRES algorithm to unblur the image. Use gmres matlab function. Restart the method every 60 iterations. Use the tolerance 10-6. Plot the original image, the burred image, and the restored image side by side. Check whether the restored and the original image are the same (use matrix norms). If not, list (in the project's README file) possible reason(s) why they are different. Git and Gitlab 4. (25 points) Consider the following model for blurring images: 16 li- jl = 2, li-il = 1, Bij i = j, 0 otherwise. Additionally, assume the periodic boundaries of your image. Blur a matlab-provided demo image (e.g. mandrill.mat) applying the blurring iterations 16 times. Use GMRES algorithm to unblur the image. Use gmres matlab function. Restart the method every 60 iterations. Use the tolerance 10-6. Plot the original image, the burred image, and the restored image side by side. Check whether the restored and the original image are the same (use matrix norms). If not, list (in the project's README file) possible reason(s) why they are different. Git and Gitlab
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
