Filter löschen
Filter löschen

how to use image pixel values to store in array form in x and y coordinates??

9 Ansichten (letzte 30 Tage)
i have 256*256 size image, now i want to store these image values in array form in x and y coordinates. There is any way in matlab to code this problem. please tell me the solution. How i can do this?

Akzeptierte Antwort

Image Analyst
Image Analyst am 12 Apr. 2022
Not sure what you mean, but the attached code will save your image in a matrix like
[r, g, b, x, y]
one row for every pixel. If that's not what you want, give an example after you read this:
  2 Kommentare
DGM
DGM am 12 Apr. 2022
How is that different than indexing into the array using basic subscripts? If there is a specific nontrivial thing you want, you have to describe it.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Convert Image Type 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