G. Narayanamma Institute of Technology & Science (For Women)
The document contains instructions for two assignments related to image processing.
Assignment II involves implementing programs in Matlab or Python to: 1) modify an image by setting the lower nibble of each pixel to zero, 2) perform point processing operations like power law and log transforms, 3) demonstrate the importance of phase spectrum, 4) perform linear and non-linear smoothing using various filter sizes, 5) justify that DCT performs energy compaction, and 6) use images taken with a phone camera.
Assignment III involves: 1) illustrating the linear and position invariant property of degradation functions, 2) describing methods to estimate degradation functions, 3) modeling motion degradation in the y-direction, 4) comparing MMSE
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
30 views
G. Narayanamma Institute of Technology & Science (For Women)
The document contains instructions for two assignments related to image processing.
Assignment II involves implementing programs in Matlab or Python to: 1) modify an image by setting the lower nibble of each pixel to zero, 2) perform point processing operations like power law and log transforms, 3) demonstrate the importance of phase spectrum, 4) perform linear and non-linear smoothing using various filter sizes, 5) justify that DCT performs energy compaction, and 6) use images taken with a phone camera.
Assignment III involves: 1) illustrating the linear and position invariant property of degradation functions, 2) describing methods to estimate degradation functions, 3) modeling motion degradation in the y-direction, 4) comparing MMSE
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
G.
NARAYANAMMA INSTITUTE OF TECHNOLOGY & SCIENCE(for women)
Assignment-II DIVP
IMPLEMENT the below programs in Matlab or Python and any problem send in group mail.
1. Write a matlab program on
Obtain an image with lower nibble of pixel made zero Subtract this image from input image, and display the result of as image. Do histogram equalization 2. Demonstrate various point processing operations i.e., power law, log 3. Show the importance of phase spectrum 4. Perform Linear SMOOTHING Operation with various mask sizes. 5x5, 13x13,25x25. 5. Perform Non-linear SMOOTHING Operation with various mask sizes.median, min,max 6. Perform SMOOTHING Operation in frequency domain enhancement use various cut off frequency. 7. Perform Sharpening Operation in frequency domain enhancement use various cut off frequency. 8. Justify DCT does energy compaction.
Note: use images taken by your phone camera.
Assignment-III DIVP
Image Restoration & Color image processing
1. Illustrate the Linear , Poisition Invarient Property of degradation function H. Express
degraded image g (x,y) in spatial and frequency domain. 2. Brief on the methods of degradation function estimation. 3. Model the motion degradation, with motion in y-direction along. 4. Describe MMSE filter, compare with inverse filtering. 5. Draw RGB, HSI model. 6. Discuss conversion between RGB & HSI 7. Define Radiance, luminance, Brightness, H ue, staturation and Intensity. 8. Salient points of Chromaticity diagram 9. Discuss conversion of Grey to color transformation.