LSM File Toolbox

Versión 1.0.0.0 (14,2 KB) por Peter Li
Functions for reading info databases of Zeiss LSM confocal microscope files.
5K descargas
Actualizado 18 abr 2007

Sin licencia

Zeiss confocal microscopes output data in LSM files, a stacked TIFF image format with some additional headers and info directories. See http://en.wikipedia.org/wiki/LSM_(Zeiss) for details. The functions included here will allow you to read the additional info, for example useful fields such as the pixel dimensions of the stack. I have based the current version heavily on the open source code from the LSM Toolbox plugin for ImageJ (http://imagejdocu.tudor.lu/Members/ppirrotte/lsmtoolbox).

This toolbox does not read the actual image data from the file, for that you could simply export the images into simpler formats and then use IMREAD to import the data to MATLAB. There are also now versions of tiffread or other programs out there that can read the image data directly.

See comments for additional suggestions. Note also that if you have the .mdb file output by Zeiss, this is readable in Microsoft Access and includes much of the information available here.

Citar como

Peter Li (2024). LSM File Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/8412-lsm-file-toolbox), 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 Linux
Categorías
Más información sobre Biomedical Imaging en Help Center y MATLAB Answers.

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.0.0

Include acknowledgment of LSM Toolbox for ImageJ