Alternative to imread of Image processing toolbox

2 vues (au cours des 30 derniers jours)
Nia
Nia le 11 Fév 2013
Hi, Is there an alternative to read an image (i.e imread("image.jpg") without using the Image processing toolbox ? Thanks

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 11 Fév 2013
Modifié(e) : Azzi Abdelmalek le 11 Fév 2013
imread is not from Image processing toolbox. You can find it in Matlab
  1 commentaire
Nia
Nia le 11 Fév 2013
Thanks, I always thought that it was !

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 11 Fév 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.

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by