SMIL
1.1.1
Loading...
Searching...
No Matches
example-horiz-convolve.py
1
2
import
smilPython
as
sp
3
4
imIn = sp.Image(
"https://smil.cmm.minesparis.psl.eu/images/lena.png"
)
5
imOut = sp.Image(imIn)
6
imIn.show()
7
imOut.show()
8
9
kernel = [ 0.0545, 0.2442, 0.4026, 0.2442, 0.0545 ]
10
sp.horizConvolve(imIn, kernel, imOut)
11
Generated on Tue Sep 17 2024 21:52:03 for SMIL by
1.9.8