Azzera filtri
Azzera filtri

I want to read histogram values

1 visualizzazione (ultimi 30 giorni)
uzmeed
uzmeed il 12 Gen 2018
Modificato: Image Analyst il 12 Gen 2018
I want to read value of y at x=0 and 1 from the histogram . Please guide me. Here is the histogram:

Risposte (1)

Zyx
Zyx il 12 Gen 2018
Modificato: Zyx il 12 Gen 2018
>>I=imhist(your_image); %Save the histogram of the image in the variable I
>>I(1) %You get a value y for x = 0 because your image is binary and you have only 2 value in variable I
>>I(2) %You get a value y for x = 1

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by