mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 00:49:30 +08:00
Converting image to float
This commit is contained in:
committed by
Johannes Schönberger
parent
967524b71e
commit
fc1d02e38a
@@ -583,4 +583,5 @@ def corner_fast(image, n=12, threshold=0.15):
|
||||
|
||||
image = img_as_float(image)
|
||||
image = np.ascontiguousarray(image)
|
||||
|
||||
return _corner_fast(image, n, threshold)
|
||||
|
||||
Reference in New Issue
Block a user