how to convert image to 1D signal?

조회 수: 4 (최근 30일)
rohan
rohan 2013년 2월 2일
I want to downsample the image & I'm not getting any direct function

답변 (1개)

Image Analyst
Image Analyst 2013년 2월 2일
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.

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by