Converting image to float

This commit is contained in:
Ankit Agrawal
2013-08-22 00:01:15 +05:30
committed by Johannes Schönberger
parent 967524b71e
commit fc1d02e38a
+1
View File
@@ -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)