API: no default none value for internal cython function

This commit is contained in:
François Boulogne
2016-05-17 16:58:36 +02:00
parent 20e6014481
commit 2f91c003fd
+1 -1
View File
@@ -229,7 +229,7 @@ def hough_ellipse(cnp.ndarray img, int threshold=4, double accuracy=1,
def hough_line(cnp.ndarray img,
cnp.ndarray[ndim=1, dtype=cnp.double_t] theta=None):
cnp.ndarray[ndim=1, dtype=cnp.double_t] theta):
"""Perform a straight line Hough transform.
Parameters