For loop on a 3D matrix to get a range of slices

2 次查看(过去 30 天)
I have 4 files. An mha file of the original CT scan, an mha file of the annotated CT scan, and its respective mat file. Both mat files have the of size 512 x 512 x 38. If you open SG.mha on 3DSlicer, you will see the annotation of tumor as you go through all the slices. I want to create a script where it goes through all the SG.mat slices, finds the slices that have the tumor in it, correspond it to the CT.mat, and then only look at the area of interest (the tumor).
*I uploaded the Annotated scans, but I am unable to upload the CT scans even after compressing the file.

采纳的回答

darova
darova 2020-4-1
Use find and sum
find(sum(sum(SG,1),2)) % number of nonzero slices
  6 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by