projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
output bug fixed
[imago.git]
/
filters.py
diff --git
a/filters.py
b/filters.py
index
397a371
..
c53b6e8
100644
(file)
--- a/
filters.py
+++ b/
filters.py
@@
-20,7
+20,7
@@
def peaks(image):
- image_l[a, b]
for b in range(y - 2, y + 3)])
for a in range(x - 2, x + 3)])
- + (1
6
* image_l[x, y]))
+ + (1
7
* image_l[x, y]))
if pix > 255:
pix = 255
if pix < 0: