imresize matlab
imresize3
Resize 3-D volumetric intensity image
Syntax
B = imresize3(V,scale)
B = imresize3(V,[numrows numcols numplanes])
B = imresize3(___,method)
B = imresize3(___,Name,Value)
Description
returns the volume B
= imresize3(V
,[numrows numcols numplanes]
)B
that has the number of rows, columns, and planes specified by the three-element vector [numrows numcols numplanes]
.
returns a resized volume where B
= imresize3(___,Name,Value
)Name,Value
pairs control aspects of the operation.