projekty
/
imago.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6928ee9
)
fix peaks in linef
author
Tomas Musil
<tomik.musil@gmail.com>
Sun, 13 Jul 2014 07:10:28 +0000
(09:10 +0200)
committer
Tomas Musil
<tomik.musil@gmail.com>
Sun, 13 Jul 2014 07:10:28 +0000
(09:10 +0200)
src/linef.py
patch
|
blob
|
history
diff --git
a/src/linef.py
b/src/linef.py
index
2b2b86b
..
8ebb702
100644
(file)
--- a/
src/linef.py
+++ b/
src/linef.py
@@
-33,10
+33,10
@@
def transform(image, hough, show_image):
im_hough = hough.transform(image)
show_image(im_hough, "hough transform")
-
# im_hough.image = filters.peaks(im_hough.image
)
-
# show_image(im_hough.image
, "peak extraction")
+
# im_hough = filters.peaks(im_hough
)
+
# show_image(im_hough
, "peak extraction")
- im_h2 = filters.high_pass(im_hough,
96
)
+ im_h2 = filters.high_pass(im_hough,
128
)
show_image(im_h2, "second high pass filters")
im_h2 = filters.components(im_h2, 2)