Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1a (10 points) Create a blank image of size 512 X 512 using the zeros function (i.e.zeros(512)). Create a square in the image at the

image text in transcribed

1a (10 points) Create a blank image of size 512 X 512 using the zeros function (i.e.zeros(512)). Create a square in the image at the intersection of rows 100:125 and columns 150:175, by replacing the elements at those indices with the number 1. Generate the synthetic image using the imagesc function. To make this image look like a medical image, change the colormap to gray, by typing colormap gray Command Window (or your function/script if you are writing one). Take a screenshot of this image. 1b (15 points) Convolve the synthetic image created in 1a with the following two kernels: a 3x3 of ones and a 7x7 of ones. You can create the kernel using the ones function. Use the conv2 function in MATLAB to perform convolution. Again, use imagesc to visualize the output of the convolution with each one of the kernels. Take a screenshot of the image with the 3x3 kernel and the image with the 7x7 kernel. 1c (5 points) Discuss the appearance of the three images. Describe how you could use convolution to quantify the difference between better and poorer performing medical imaging systems. 1a (10 points) Create a blank image of size 512 X 512 using the zeros function (i.e.zeros(512)). Create a square in the image at the intersection of rows 100:125 and columns 150:175, by replacing the elements at those indices with the number 1. Generate the synthetic image using the imagesc function. To make this image look like a medical image, change the colormap to gray, by typing colormap gray Command Window (or your function/script if you are writing one). Take a screenshot of this image. 1b (15 points) Convolve the synthetic image created in 1a with the following two kernels: a 3x3 of ones and a 7x7 of ones. You can create the kernel using the ones function. Use the conv2 function in MATLAB to perform convolution. Again, use imagesc to visualize the output of the convolution with each one of the kernels. Take a screenshot of the image with the 3x3 kernel and the image with the 7x7 kernel. 1c (5 points) Discuss the appearance of the three images. Describe how you could use convolution to quantify the difference between better and poorer performing medical imaging systems

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications Dexa 2022 Workshops 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 In Computer And Information Science 33

Authors: Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil ,Bernhard Moser ,Alfred Taudes ,Atif Mashkoor ,Johannes Sametinger ,Jorge Martinez-Gil ,Florian Sobieczky ,Lukas Fischer ,Rudolf Ramler ,Maqbool Khan ,Gerald Czech

1st Edition

3031143426, 978-3031143427

More Books

Students also viewed these Databases questions

Question

Do you think Diane gave too much away when answering his questions?

Answered: 1 week ago

Question

auditors rotation

Answered: 1 week ago

Question

What is management growth? What are its factors

Answered: 1 week ago