how to convert image to 1D signal?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to downsample the image & I'm not getting any direct function
0 comentarios
Respuestas (1)
Image Analyst
el 2 de Feb. de 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 comentarios
Ver también
Categorías
Más información sobre Multirate Signal Processing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!