imresize3D(x,f)
Versión 1.0.0.0 (537 Bytes) por
Ibraheem Al-Dhamari
This function resize 3D image along the third diemnsion
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
Citar como
Ibraheem Al-Dhamari (2024). imresize3D(x,f) (https://www.mathworks.com/matlabcentral/fileexchange/52695-imresize3d-x-f), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Read, Write, and Modify Image en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |