What exactly does the imread() function read?

Does the imread() function read the value of each pixel of the specified image? Or something else?

 Risposta accettata

Image Analyst
Image Analyst il 9 Apr 2018
It gets the value of all the pixels and puts them into a 2-D monochrome array or a 3-D color array.

2 Commenti

or even 4-D array for CMYK encoded TIFF images. As per Pawel link, it's all explained in the documentation.
Walter Roberson
Walter Roberson il 9 Apr 2018
Modificato: Walter Roberson il 11 Apr 2018
I have seen some people report 4d for tiff RGBA as well.
Correction: I have seen some people report rows x columns x 4 for RGBA.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Convert Image Type in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by