Read a JPEG file from disk. For a grey-level image, the output is an MxN matrix. For a colour image, three such matrices are returned (MxNx3), representing the red, green and blue components. The output is of class 'uint8'. See also: imread im2double im2gray im2rgb
Read a JPEG file from disk.
For a grey-level image, the output is an MxN matrix. For a colour image, three such matrices are returned (MxNx3), representing the red, green and blue components. The output is of class 'uint8'.