imresize3D(x,f)

This function resize 3D image along the third diemnsion

Sie verfolgen jetzt diese Einreichung

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

Zitieren als

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

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0