フィルターのクリア

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 日間)
HARI OM
HARI OM 2017 年 5 月 1 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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!
Image Analyst
Image Analyst 2017 年 5 月 1 日
Can you put it as an "Answer" down in the Answer section, rather than up here in the comments section?

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by