Hi all, is there a way to extract ROI values as arrays by using the same ROI on different images?
Suppose I want to register two CT scan in two different timepoints, I’d like to draw a ROI and then having the HU values as array with coordinates of image 1 and image 2. I read about the command slicer.util.
arrayFromVolume
but I’m not sure it’s the same case as mine.
Thank you!