Clear Filters
Clear Filters

Creation of a simple Gaussian Filter

2 views (last 30 days)
Ken
Ken on 17 Oct 2016
Answered: Image Analyst on 17 Oct 2016
How to create a Gaussian filter of size 1 x 5 (i.e. a row vector) and sigma=1 to smooth an imageÉ

Answers (1)

Image Analyst
Image Analyst on 17 Oct 2016
Have you seen fspecial() or imgaussfilt()? (In the Image Processing Toolbox.)

Community Treasure Hunt

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

Start Hunting!