select the odd or even frames of a volume

2 次查看(过去 30 天)
hi every body. i have a volume which consist of 430 images and the size of each image is 512*512. so the size of the volume is 512*512*430.
because of the large capacity of the volume, i want to select construct the volume with half of the number of images to have the volume of size 512*512*215
and i want to select the odd or even indexes of images.
how can i do that?

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-6-16
编辑:KALYAN ACHARJYA 2019-6-16
Let say Image1 is the original 3D image
resultant_image=image1(:,:,1:2:430)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 3-D Volumetric Image Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by