Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please give all answer I. What is the difference between histogram equalization and histogram specification? The following table is the calculation process of histogram equalization
please give all answer
I. What is the difference between histogram equalization and histogram specification? The following table is the calculation process of histogram equalization of an image. Fill in the blanks to complete the table. (15') Steps Results Gray Level: 0 1 2 3 Original Histogram: Sk 0.06 0.5 0.04 Cumulative Histogram: x 4 int[(L-1) +0.5] 5 Mapping 6 Equalized Histogram II. 9 8 6 How do you determine whether a spatial filter is a smoothing filter or a sharpening filter? Write down the filter results of 3x3 median filter on the right image (Ignore the border). (15') 8 7 5 6 5 7 5 10 12 10 5 III. 7 5 6 5 7 Please give the steps of frequency domain image filtering based on Fourier transform. Write down the convolution theorem and explain it. For the Fourier transform, what kind of content does the DC component, the low-frequency component and the high-frequency component correspond to? (20') 8 6 9 6 8 IV. Proof: If we use a small size filter to filter an image many times, we can get a result of a large size filter. (10) V. Analysis: Please analyze the effect of filter shapes (+ and X) on filter results (take median filter as an example) (10') VI. Coding: generate an image with a horizontal white line and a vertical white line on the black background, then add noise to the image, and then use the median filter to suppress the noise while preserving the horizontal and vertical white lines as much as possible. (20) VII. Coding: Exchange the third and the fifth bit-planes of a gray-scale image. (Refer to pages 86 to 87 of Gonzalez's book for the concept of "bit-plane", and use the MATLAB functions "bitget" and "bitset"). (10) The endStep 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