Is there any function for computing expansion and reduction for 3D images in matlab? For example, something to reduce 3D-volume from 170*240*240 to 85*120*120 or to expand from 85*120*120 to 170*240*240.
'impyramid' in matlab does similar but only reduce and expand in the first 2 dimension.
I also saw this function https://www.mathworks.com/matlabcentral/fileexchange/12037-gaussian-pyramid-expand-and-reduce-routines-1d--2d-and-3d on mathworks file exchange but it is relatively slow for 3D-volume.