フィルターのクリア

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

4 ビュー (過去 30 日間)
image-pro
image-pro 2022 年 4 月 12 日
コメント済み: DGM 2022 年 4 月 12 日
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?

採用された回答

Image Analyst
Image Analyst 2022 年 4 月 12 日
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 件のコメント
DGM
DGM 2022 年 4 月 12 日
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.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by