vectorize high dimensional image

2 ビュー (過去 30 日間)
Krishna Subiyanto
Krishna Subiyanto 2019 年 12 月 9 日
コメント済み: Krishna Subiyanto 2019 年 12 月 9 日
hy all,
I have an image with size 1096x715x102, i would like to vectorize it into 2 D data with size 102x783640. I have use reshape function to vectorize 1096x715x1 into 1x783640 but I do not understand how to applied it to all the dataset and arrange them into single image with size 102x783640.

採用された回答

Matt J
Matt J 2019 年 12 月 9 日
result = reshape(yourImage,[],102).';
  1 件のコメント
Krishna Subiyanto
Krishna Subiyanto 2019 年 12 月 9 日
thank you

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by