Вопрос

I have a 3D stack of bwlabeln'ed data (128 by 128 by 128). Is there a way to cut a slice through it (as in MATLAB slice(...)) and save the resulting image to a matrix?

Thanks in advance!

Это было полезно?

Другие советы

What kind of slice? Along one dimension e.g. z=5 you can use M(:,:,5). For diagonal slices you have to use some advanced method (interpolation).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top