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

3 Ansichten (letzte 30 Tage)
bita hallajian
bita hallajian am 18 Okt. 2017
Kommentiert: Jan am 18 Okt. 2017
I want to put an image' pixels in one array in MATLAB programming.

Antworten (1)

KSSV
KSSV am 18 Okt. 2017
I = imread('cameraman.tif') ;
iwant = I(:) ;

Kategorien

Mehr zu Images 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