フィルターのクリア

display an image in matlab from a matrix

4 ビュー (過去 30 日間)
Souhir FH
Souhir FH 2016 年 4 月 22 日
編集済み: Stephen23 2016 年 4 月 29 日
Hello, I work in image processing and the software Code Composer Studio, so I took the matrix of an image from matlab to code composer studio as a vector, after i applied an algorithme on this vector who contains pixels, now I would display the new image from the new generated vector on matlab to see the result of the algorithm applied, how can I convert the vector of pixels in a matrix who contains n number of colomne and n number of rows then I displays the image from this matrix in matlab? Help me please
  2 件のコメント
Stephen23
Stephen23 2016 年 4 月 22 日
編集済み: Stephen23 2016 年 4 月 29 日
You don't tell us anything about what format the vector is in, so here is some very general advice to match your very general question:
Souhir FH
Souhir FH 2016 年 4 月 29 日
Thank you Stephen your answer help me

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

採用された回答

Image Analyst
Image Analyst 2016 年 4 月 22 日
Type imformats on the command line to see what image formats MATLAB can read in. You should be able to read it in if you can get your Code Composer Studio to export your new/modified image in a format that MATLAB can read in.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing and Computer Vision についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by