Fix bug in get_pixel3d

This commit is contained in:
Johannes Schönberger
2014-12-13 13:32:16 +01:00
parent 5e3d805cf0
commit 84871a6d6f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ def test_homography():
assert_array_almost_equal(x90, np.rot90(x))
def fast_homography():
def test_fast_homography():
img = img_as_float(rgb2gray(data.lena()))
img = img[:100, :100]