X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/b91b0e43b25e64b3516b9156ca42e7309665628b..fb4d31c62744561af4bc3941d1cb9da430c5c64a:/linef.py?ds=inline diff --git a/linef.py b/linef.py index dae08e3..4e35781 100644 --- a/linef.py +++ b/linef.py @@ -43,11 +43,11 @@ def find_lines(image, show_all, do_something, verbose): 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_hough = filters.peaks(im_hough) + # if show_all: + # do_something(im_hough, "peak extraction") - im_h2 = filters.high_pass(im_hough, 120) + im_h2 = filters.high_pass(im_hough, 96) if show_all: do_something(im_h2, "second high pass filters")