HW-Project 2 X-ray Image Enhancement: A. Read the images from files 'breast Xray.tif' and 'chest xray.tif % From code: H
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
HW-Project 2 X-ray Image Enhancement: A. Read the images from files 'breast Xray.tif' and 'chest xray.tif % From code: H
HW-Project 2 X-ray Image Enhancement: A. Read the images from files 'breast Xray.tif' and 'chest xray.tif % From code: HW1xrayimaging.m % % Art M. Grigoryan, EE UTSA %I. Read the image, X(n,m) S_filename='Images/'breast_Xray.tif'; % chest_xray.tif' Y=imread (S_filename, 'tif'); info=imfinfo(S_filename, 'tif'); [N M]=size(Y); % print -dps filename.ps B. Process images 'breast_Xray.tif' and 'chest_xray.tif 1. Use methods of GST which were discussed in the class: the log-transform, square root- transform and a power-transform. 2. You may use the direct method of image enhancement Sn,m – (GST) -- În,m, , (1) or you can first enhance the negative image. The second model is useful for dark images and it is described as follows: Sn3m – 9n,m = (255 – fn,m) – (GST) – ûn,m – ſnim = (255 – În,m). (2) 3. Display all results of your work. Present your work and results in PowerPoint format and provide the MATLAB-scripts of your codes (all in one zip-file).
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!