Creation of a simple Gaussian Filter
2 views (last 30 days)
Show older comments
How to create a Gaussian filter of size 1 x 5 (i.e. a row vector) and sigma=1 to smooth an imageÉ
0 Comments
Answers (1)
Image Analyst
on 17 Oct 2016
Have you seen fspecial() or imgaussfilt()? (In the Image Processing Toolbox.)
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!