# im_hough might be used instead im_h2, but at the moment it brings a lot of
# noise to the second transform, which later confuses the center-finding
# mechanism (which is not very robust yet)
hough2 = Hough.default(im_h2)
im_hough2 = hough2.transform(im_h2)
# im_hough might be used instead im_h2, but at the moment it brings a lot of
# noise to the second transform, which later confuses the center-finding
# mechanism (which is not very robust yet)
hough2 = Hough.default(im_h2)
im_hough2 = hough2.transform(im_h2)