add missing import heapq

This commit is contained in:
François Boulogne
2013-10-12 14:09:51 +02:00
parent 6a114e8708
commit 7c652c74d0
@@ -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