Question: PLEASE PROVIDE ME THE CODE FOR THIS PROBLEM 1. Add a CT image to the project (the image number for each student is their own-image000XX

PLEASE PROVIDE ME THE CODE FOR THIS PROBLEM
1. Add a CT image to the project (the image number for each student is their own-image000XX - XX instead of the last 2 digits of the student ID number) 2. Install and import the pydicom library and following libraries: - import cv2 - import os - import numpy as np 3. Display all information about the given image! 4. Output the following parameters separately: - Number of rows and columns - Layer thickness - Window center and width - Modality 5. Display the CT image using the plt.imshow method in 3 different Colormaps with the size f igsize =(x,x), replacing x with the last digit of the student ID number 6. Using the functions (in the attachment), display the following windows in gray tones: - HU image - soft tissues - stroke - brain - subdural
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
