projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ransac
[imago.git]
/
imago_pack
/
linef.py
diff --git
a/imago_pack/linef.py
b/imago_pack/linef.py
index
47952c2
..
ccf209e
100644
(file)
--- a/
imago_pack/linef.py
+++ b/
imago_pack/linef.py
@@
-38,7
+38,7
@@
def transform(image, hough, show_image):
im_h2 = filters.high_pass(im_hough, 96)
show_image(im_h2, "second high pass filters")
im_h2 = filters.high_pass(im_hough, 96)
show_image(im_h2, "second high pass filters")
- im_h2 = filters.components
2(im_h
2)
+ im_h2 = filters.components
(im_h2,
2)
show_image(im_h2, "components centers")
return im_h2
show_image(im_h2, "components centers")
return im_h2
@@
-70,7
+70,7
@@
def find_lines(image, show_image, logger):
im_h3 = filters.high_pass(im_hough2, 120)
show_image(im_h3, "third high pass filter")
im_h3 = filters.high_pass(im_hough2, 120)
show_image(im_h3, "third high pass filter")
- im_h3 = filters.components(im_h3)
+ im_h3 = filters.components(im_h3
, 1
)
show_image(im_h3, "half centers")
logger("finding the lines")
show_image(im_h3, "half centers")
logger("finding the lines")