How can I apply a weighting distribution on the histogram of hsv components?
1 次查看(过去 30 天)
显示 更早的评论
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
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 Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!