Clear Filters
Clear Filters

display an image in matlab from a matrix

4 views (last 30 days)
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 Comments
Stephen23
Stephen23 on 22 Apr 2016
Edited: Stephen23 on 29 Apr 2016
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 on 29 Apr 2016
Thank you Stephen your answer help me

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 22 Apr 2016
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.

More Answers (0)

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!