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
/
intrsc.py
diff --git
a/imago_pack/intrsc.py
b/imago_pack/intrsc.py
index
d577205
..
9fabcd5
100644
(file)
--- a/
imago_pack/intrsc.py
+++ b/
imago_pack/intrsc.py
@@
-26,6
+26,7
@@
def dst_sort(lines):
def board(image, lines, show_all, do_something):
"""Compute intersections, find stone colors and return board situation."""
def board(image, lines, show_all, do_something):
"""Compute intersections, find stone colors and return board situation."""
+ # TODO refactor show_all, do_something
lines = [dst_sort(l) for l in lines]
intersections = intersections_from_angl_dist(lines, image.size)
lines = [dst_sort(l) for l in lines]
intersections = intersections_from_angl_dist(lines, image.size)