imresize3D(x,f)

This function resize 3D image along the third diemnsion

Al momento, stai seguendo questo contributo

This function resize 3D image along the third diemnsion
it uses matlab imresize to resize slices along the third dimension
input: x: 3d matrix
f: resize factor , for more info use: help imresize
output: resized 3d matrix, type is double
Example:
x=rand(400,300,100);
y= imresize3D(x,0.5); % new height and width will be 200 and 150
whos x y

Cita come

Ibraheem Al-Dhamari (2026). imresize3D(x,f) (https://it.mathworks.com/matlabcentral/fileexchange/52695-imresize3d-x-f), MATLAB Central File Exchange. Recuperato .

Categorie

Scopri di più su Read, Write, and Modify Image in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.0