how to convert image to 1D signal?
4 views (last 30 days)
Show older comments
I want to downsample the image & I'm not getting any direct function
0 Comments
Answers (1)
Image Analyst
on 2 Feb 2013
Like your other question - so little information that it's unanswerable. To convert to a 1D signal, you could take the mean or sum along rows or columns, or you could call the radon() function. To downsample to a 1D vector, you could use linear indexing and do something like image1D = grayImage(1:42:numel(grayImage)). But that's enough guessing - you need to specify what you want.
0 Comments
See Also
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!