how to convert image to 1D signal?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to downsample the image & I'm not getting any direct function
0 Commenti
Risposte (1)
Image Analyst
il 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 Commenti
Vedere anche
Categorie
Scopri di più su Multirate Signal Processing in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!