How to get max and min intensity difference in every column of an image?

1 view (last 30 days)
how to create histogram for every column so that i can get 2 values for where the max and min intensity occurred. thanks

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 22 Jun 2015
max(im)-min(im)

Products

Community Treasure Hunt

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

Start Hunting!