필터 지우기
필터 지우기

How can I apply a weighting distribution on the histogram of hsv components?

조회 수: 1 (최근 30일)
Vishnu R
Vishnu R 2015년 10월 29일
댓글: Walter Roberson 2015년 10월 29일
Is this program is correct or not?? I have the histogram of hsv components.. I want to apply weighting distribution on the histogram analysed image.. What should I do?
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 10월 29일
You know that in your lines
hhssvv= cat(3,H1,S1,V_comp);
figure,imshow(hhssvv);
that your V_comp has not been changed, so you are effectively doing imshow(h1) which is the hsv version of your original image? And you are attempting to display it as if it were RGB ?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by