Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Below is the image needed for this program (matlab code) Noise required on the image: im1=imnoise(im,gaussian,0,0.09); im2=imnoise(im,salt & pepper,0.25); Im3=imnoise(im,speckle,0.20) 4- Use the image in
Below is the image needed for this program (matlab code)
Noise required on the image:
im1=imnoise(im,gaussian,0,0.09);
im2=imnoise(im,salt & pepper,0.25);
Im3=imnoise(im,speckle,0.20)
4- Use the image in problem 1 with same noise in 2 and the global DCT method to select the small magnitude coefficients and set them to zeros. Compress the image using the following ratios Retain 2% of the coefficients. (This requires sorting the coefficients and retaining a- the largest 296, while the rest are set to zero.) b- C- Retain 10% of the coefficients. Retain 50% of the coefficients d- Find the root mean square error between the original and reconstructed images irn each case Display the input and output images of each problem. You may resize the images to small size to economize on the number of pages. 4- Use the image in problem 1 with same noise in 2 and the global DCT method to select the small magnitude coefficients and set them to zeros. Compress the image using the following ratios Retain 2% of the coefficients. (This requires sorting the coefficients and retaining a- the largest 296, while the rest are set to zero.) b- C- Retain 10% of the coefficients. Retain 50% of the coefficients d- Find the root mean square error between the original and reconstructed images irn each case Display the input and output images of each problem. You may resize the images to small size to economize on the number of pagesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started