how to put an image's pixels in one array in matlab?

1 visualización (últimos 30 días)
bita hallajian
bita hallajian el 18 de Oct. de 2017
Comentada: Jan el 18 de Oct. de 2017
I want to put an image' pixels in one array in MATLAB programming.

Respuestas (1)

KSSV
KSSV el 18 de Oct. de 2017
I = imread('cameraman.tif') ;
iwant = I(:) ;

Categorías

Más información sobre Histograms 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