Can anyone offer any advice on how to do this? I am new to matlab so I am unfamiiar with the functions that can be used with the image processing toolbox
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
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!