mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-03 13:11:25 +08:00
Rename harris test case file
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user