How can I convert image from 2D to 1D in matlap ?

1 view (last 30 days)
I want function or some explain for this transation
  1 Comment
Walter Roberson
Walter Roberson on 18 Sep 2015
What relationship should there be between the 2D image and the 1D result?

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 18 Sep 2015
radon(), sum(), mean(), min(), and max() can all do that. They do different operations so you have to say what you want to do.

Community Treasure Hunt

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

Start Hunting!