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

how to create histogram for every column so that i can get 2 values for where the max and min intensity occurred. thanks

Antworten (1)

max(im)-min(im)

2 Kommentare

will it be for each column of image?
look at this example
im=[1 20 5;4 10 0;2 6 3]
max(im)
min(im)

Melden Sie sich an, um zu kommentieren.

Produkte

Gefragt:

am 22 Jun. 2015

Kommentiert:

am 22 Jun. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by