Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

hello friends , I suffer this problem from last month . Please suggest me that how to divide the histogram of an image in sub-histogram on the basis of median of an image. thank you.

1 vue (au cours des 30 derniers jours)
HARI OM
HARI OM le 1 Mai 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
I'm trying to divide a histogram of an image into sub histogram based on median of the image
  2 commentaires
John Chilleri
John Chilleri le 1 Mai 2017
Hello,
If I understand the problem correctly, try:
figure(1)
hist(image(image>median(image)))
figure(2)
hist(image(image<=median(image)))
Hope this helps!
Image Analyst
Image Analyst le 1 Mai 2017
Can you put it as an "Answer" down in the Answer section, rather than up here in the comments section?

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by