Is the Gaussian blur filter is a weighting distribution filter?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have an equalized hsv image.Now i want to apply the Gaussian distribution on the equalized image. For that can I use Gaussian blur filter?? If the answer is No., how can I apply the weighting distribution on the equalized hsv image?
댓글 수: 0
답변 (1개)
Image Analyst
2015년 10월 14일
You can use imgaussfilt(). What effect are you trying to achieve? What do you mean by equalized? Do you mean histogram equalized? I would think doing that on all HSV channels would give a very strange looking image.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!