Alternative to imread of Image processing toolbox

20 Ansichten (letzte 30 Tage)
Nia
Nia am 11 Feb. 2013
Hi, Is there an alternative to read an image (i.e imread("image.jpg") without using the Image processing toolbox ? Thanks

Akzeptierte Antwort

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

Weitere Antworten (1)

Image Analyst
Image Analyst am 11 Feb. 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.

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by