Slide 12
Slide 12 text
An API relying mostly on functions
skimage . f i l t e r s . g a u s s i a n f i l t e r (image , sigma , output =
None, mode= ’ n e a r e st ’ , c v a l =0, m u l t i c h a n n e l =None)
Multi - d i m e n s i o n a l Gaussian filter
Parameters
----------
image : array - l i k e
input image ( g r a y s c a l e or c o l o r ) to filter.
sigma : s c a l a r or sequence of s c a l a r s
st and ard d e v i a t i o n f o r Gaussian k e r n e l . The
st and ard
d e v i a t i o n s of the Gaussian filter are g i v e n f o r
each a x i s as a
sequence , or as a s i n g l e number , in which case i t
i s equal f o r
all axes .
output : array , o p t i o n a l
The ‘‘ output ‘‘ parameter p a s s e s an a r r a y in which
to s t o r e the
filter output .