フィルターのクリア

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

1 回表示 (過去 30 日間)
bita hallajian
bita hallajian 2017 年 10 月 18 日
コメント済み: Jan 2017 年 10 月 18 日
I want to put an image' pixels in one array in MATLAB programming.
  1 件のコメント
Adam
Adam 2017 年 10 月 18 日
What's the problem? Read it in, it's an array.

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

回答 (1 件)

KSSV
KSSV 2017 年 10 月 18 日
I = imread('cameraman.tif') ;
iwant = I(:) ;
  1 件のコメント
Jan
Jan 2017 年 10 月 18 日
And I is an arrays already also.

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

カテゴリ

Help Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by