How can I analyses a folder of dicom images with ROI based Analyses?

3 views (last 30 days)
How can I analyse multiple dicom images with ROI based, I have a folder with multiple images and I need to position ROI at the same position in all of them and return the signal and Std of each ROi.

Answers (1)

Walter Roberson
Walter Roberson on 15 Sep 2015
If the ROI is rectangular then use indexing to extract a rectangular area from each image. Otherwise extract the pixel values at the locations using logical indexing. Take std() of the pixels. I am not sure what you mean by "the signal" for this?

Categories

Find more on DICOM Format in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!