Image convert to vector and vector convert to image

1 回表示 (過去 30 日間)
kourosh
kourosh 2012 年 3 月 29 日
Hi how i convert an image to vector and convert the vector to first image. If possible, do not use the reshape command. i will apply this your code for image converting of each 400 images database. if i use reshape command in converting loop of 400 images i get an error. Thanks.
  1 件のコメント
Jan
Jan 2012 年 3 月 29 日
RESHAPE is fine for this job. Please post the code and the error message.

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

回答 (1 件)

Jakob Sørensen
Jakob Sørensen 2012 年 3 月 29 日
Have you tried using vec2mat to convert from vector to matrix? And the other way you can just use vector = matrix(:)

カテゴリ

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