diff --git a/doc/examples/plot_circular_elliptical_hough_transform.py b/doc/examples/plot_circular_elliptical_hough_transform.py index d8793ca8..a371bf24 100755 --- a/doc/examples/plot_circular_elliptical_hough_transform.py +++ b/doc/examples/plot_circular_elliptical_hough_transform.py @@ -104,6 +104,7 @@ References Conference on. Vol. 2. IEEE, 2002 """ import matplotlib.pyplot as plt +import heapq from skimage import data, filter, color from skimage.transform import hough_ellipse