readmpo

Reads multiple JPEG images stored in an MPO file
224 descargas
Actualizado 16 dic 2014

Ver licencia

imgs = READMPO(filename)
Reads the multiple JPEG images stored in the file
It is based on the assumption that the first 4 bytes of the JPEG header are same for all JPEG objects enclosed in the MPO file, and are not repeated elswhere. Hopefully this should work in most cases. If you encounter problems with a specific file, feel free to contact me.

The function uses temporary files and feeds them to MATLAB's IMREAD function, therefore it does not require any external dependencies.

Input:
filename - full path of the filename to read.

Output
imgs - cell array with image matrices.

Citar como

Zohar Bar-Yehuda (2024). readmpo (https://www.mathworks.com/matlabcentral/fileexchange/48763-readmpo), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Import, Export, and Conversion en Help Center y MATLAB Answers.
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