Is the Gaussian blur filter is a weighting distribution filter?

5 ビュー (過去 30 日間)
Vishnu R
Vishnu R 2015 年 10 月 14 日
編集済み: Image Analyst 2015 年 10 月 28 日
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?

回答 (1 件)

Image Analyst
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.
  6 件のコメント
Vishnu R
Vishnu R 2015 年 10 月 28 日
I know the gamma value Sir.. For applying gamma correction on the image, what should I do? Just use the mathematical equation for the 'gamma correction for image enhancement'
Image Analyst
Image Analyst 2015 年 10 月 28 日
編集済み: Image Analyst 2015 年 10 月 28 日
Yes, that's correct. See the Gamma FAQ here: http://www.poynton.com/

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by