How to overlay 3D mask on 3D volume?

12 次查看(过去 30 天)
I have two niftii file, one is for the skull and one is the mask of fracture. How can I overlay the mask on the skull volume? I want to analyse it slice-by-slice of the masked skull for my project
  2 个评论
Kevin Holly
Kevin Holly 2021-11-10
You can load the files using niftiread.
Are the dimensions of the 3D mask the same as the 3D volume and aligned? If so and the mask is binary, you could multiply the volumes together.
Did you want to display a color version of the mask? Could make mask a color image. Then you could display it ontop of original image (T1 sequence?) using the hold function. You could change the AlphaData value to make it transparent.
3D display of mask? You could use isosurface for 3D display and change the FaceAlpha value to make it transparent. You could use the hold function to overlay on top of orthogonal slices of the original image (T1 sequence?).
Jacob Bunyamin
Jacob Bunyamin 2023-2-10
Hi,
I tried to do the first step (multiplying the 3D volume and mask (binary)) using mtimes but it result as Mtimes (*) is not fully supported for integer classes. At least one of the argument must be scalar
I imported the image using niftiread which result in uint8 file (mask) and uint16 file (3D volume).
Could you help solving this problem? Thanks

请先登录,再进行评论。

回答(1 个)

yanqi liu
yanqi liu 2021-11-12
sir,may be use the isosurface,such as

Community Treasure Hunt

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

Start Hunting!

Translated by