필터 지우기
필터 지우기

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!
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