How do I use the matlab image processing features to analyze the size difference of a tumor in a patient that has undergone treatment

2 次查看(过去 30 天)
I need to use matlab image processing to compare the size of a tumor before treatment and after treatment (images shown below), basically I just need to be able to measure the area of the tumor in each image and do a comparison between the two to see how much it has shrunk.

回答(1 个)

Nishant Gupta
Nishant Gupta 2020-7-9
You can use Image Segemeter app to segment the image using thresholding, for details follow this link:
Then you can measure diffrent properties of image regions like 'area', 'eccentricity', etc. using regionprops function.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by