Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
Nandini Chatterjee
Nandini Chatterjee el 1 de Abr. de 2020
Comentada: darova el 1 de Abr. de 2020
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.
  1 comentario
Nandini Chatterjee
Nandini Chatterjee el 1 de Abr. de 2020
For example, I have multiple slices that look like this. The tumor is in white.

Iniciar sesión para comentar.

Respuesta aceptada

darova
darova el 1 de Abr. de 2020
Use find and sum
find(sum(sum(SG,1),2)) % number of nonzero slices
  6 comentarios
darova
darova el 1 de Abr. de 2020
happy to help!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by