projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
peak extraction
[imago.git]
/
imago.py
diff --git
a/imago.py
b/imago.py
index
3634363
..
45d165c
100755
(executable)
--- a/
imago.py
+++ b/
imago.py
@@
-68,6
+68,10
@@
def main():
im_hough = hough1.transform(im_h)
if show_all:
do_something(im_hough, "hough transform")
+
+ im_hough = filters.peaks(im_hough)
+ if show_all:
+ do_something(im_hough, "peak extraction")
im_h2 = filters.high_pass(im_hough, 120)
if show_all: