Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
bita hallajian
bita hallajian le 18 Oct 2017
Commenté : Jan le 18 Oct 2017
I want to put an image' pixels in one array in MATLAB programming.
  1 commentaire
Adam
Adam le 18 Oct 2017
What's the problem? Read it in, it's an array.

Connectez-vous pour commenter.

Réponses (1)

KSSV
KSSV le 18 Oct 2017
I = imread('cameraman.tif') ;
iwant = I(:) ;
  1 commentaire
Jan
Jan le 18 Oct 2017
And I is an arrays already also.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by