Alternative to imread of Image processing toolbox

2 visualizaciones (últimos 30 días)
Nia
Nia el 11 de Feb. de 2013
Hi, Is there an alternative to read an image (i.e imread("image.jpg") without using the Image processing toolbox ? Thanks

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 11 de Feb. de 2013
Editada: Azzi Abdelmalek el 11 de Feb. de 2013
imread is not from Image processing toolbox. You can find it in Matlab

Más respuestas (1)

Image Analyst
Image Analyst el 11 de Feb. de 2013
Sure, if you want to write your own reader, which I've done for some special "raw" files. But if you have just regular image file, just use imread() - it's not in the Image Processing Toolbox. Type "imformats" on the command line to check for your file type.

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by