LibTiff

Very fast routine for saving arrays (3d) as a .tiff file (Multipage) with the LibTiff library
146 descargas
Actualizado 5 sep 2018

Ver licencia

- Details and more properties at: https://de.mathworks.com/help/matlab/ref/tiff.html

- The functions saves the uint8 input Volume as a tiff image stack Image(x,y) with z images

INPUT: uint8 Volume (x,y,z); x = Length/Height; y = Width; z = #Images in Stack

Example INPUT:

Vol = 255.*ones(300,100,200);
LibTiff(Vol);

Citar como

Michael Münter (2024). LibTiff (https://www.mathworks.com/matlabcentral/fileexchange/68711-libtiff), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2018a
Compatible con cualquier versión desde R2016a hasta R2018a
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.2

update

1.0.1

easier

1.0.0