Info

此问题已关闭。 请重新打开它进行编辑或回答。

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 次查看(过去 30 天)
I'm trying to divide a histogram of an image into sub histogram based on median of the image
  2 个评论
John Chilleri
John Chilleri 2017-5-1
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!

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by