Error executing plot_circular_hough_transform.py

Hi, When I execute plot_circular_hough_transform.py it gives the following error: Traceback (most recent call last): File "plot_circular_hough_transform.py", line 69, in <module> image[cy, cx] = (220, 20, 20) IndexError: index 102 is out of bounds for axis 0 with size 95 I am at version skimage 0.8.2, Python 2.7.2+, os: Linux Mint 12 Lisa. Could you please help me execute this? Please let me know if you need more information about my execution environment. Thank you. Ravi

Hi Ravi On Fri, Jul 26, 2013 at 3:13 PM, Ravi Prakash <praks.putchala@gmail.com> wrote:
Traceback (most recent call last): File "plot_circular_hough_transform.py", line 69, in <module> image[cy, cx] = (220, 20, 20) IndexError: index 102 is out of bounds for axis 0 with size 95
I am at version skimage 0.8.2, Python 2.7.2+, os: Linux Mint 12 Lisa.
Could you try with the latest version from GitHub? It might have been a bug in 0.8.2. Stéfan
participants (2)
-
Ravi Prakash
-
Stéfan van der Walt