HW-Project 2 X-ray Image Enhancement: A. Read the images from files 'breast Xray.tif' and 'chest xray.tif % From code: H

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
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

Post by answerhappygod »

Hw Project 2 X Ray Image Enhancement A Read The Images From Files Breast Xray Tif And Chest Xray Tif From Code H 1
Hw Project 2 X Ray Image Enhancement A Read The Images From Files Breast Xray Tif And Chest Xray Tif From Code H 1 (90.74 KiB) Viewed 28 times
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!
Post Reply