Question: Problem 1 ( 1 0 pts ) Open ct 1 . dcm . Read CT data and plot the image. Make sure that image raw
Problem pts Open ctdcm Read CT data and plot the image. Make sure that image raw values are converted to HU values by using RescaleSlope and RescaleIntercept information contained in CT header. When plotting the image, specify the colormap limits to Calculate the maximum and minimum intensity values of the image.
Hint When CT data is loaded in MATLAB, it is read as unitbit unsigned integer type The data may need to be converted to intbit signed integer type In this case, please use int function in MATLAB. This process is particularly relevant to the step of generating a normalized histogram using MATLAB function imhist in Problem But, you can process data using any methods that can appropriately generate a histogram.
eg imageraw intimageraw;
Problem pts Crop the above image so that only the patient body is selected and the couch is removed you may create a new matrix that only contains the selected region To select a region, you will need to select a range of indices in the horizontal and vertical direction, respectively. Plot the cropped image and the corresponding normalized histogram. Keep in mind that if intensity values are appropriately represented as HU values, the values around air and water should be prevalent in the histogram. Also, specify the colormap limits to
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
