Multiple ROI within one slice median calculation
Mostrar comentarios más antiguos
Hi all,
I have a mask file 192x192x10, within each slice there are multiple ROIs with mask = 1 and background = 0. I then use bsxfun to apply this mask to an image 192x192x17 with values between [0,1]. What I'm trying to calculate is the median value of each individual ROIs within each slice. Is there an easy way to calculate the median value of each individual ROIs?
Many thanks!
Fiona
2 comentarios
There are multiple ROIs within each slice. So, you need to define the number of ROIs as well as the sub-masks for individual ROIs, in order to calculate whatever value of each ROI.
Otherwise, you will need to use some algorithms (such as clustering) to automatically detect connected regions as individual ROIs, for each given mask slice.
Fiona Gong
el 23 de Ag. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre ROI-Based Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!