Rename harris test case file

This commit is contained in:
Johannes Schönberger
2012-12-09 17:34:11 +01:00
parent 4991acf34e
commit 1d96b29d77
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ def moravec(image, block_size=3, mode='constant', cval=0):
image = np.ascontiguousarray(img_as_float(image))
return _corner._moravec(image, block_size)
return _interest._moravec(image, block_size)
def harris(image, eps=1e-6, gaussian_deviation=1):