Merge pull request #1982 from stefanv/orb_no_of_keypoints

Fix ORB test
This commit is contained in:
Juan Nunez-Iglesias
2016-03-04 13:37:09 +11:00
+1 -2
View File
@@ -18,8 +18,7 @@ def test_keypoints_orb_desired_no_of_keypoints():
exp_cols = np.array([ 323. , 328. , 282.24 , 292. , 281.664,
85. , 260. , 284. , 328.8 , 267. ])
exp_scales = np.array([ 323. , 328. , 282.24 , 292. , 281.664,
85. , 260. , 284. , 328.8 , 267. ])
exp_scales = np.array([1, 1, 1.44, 1, 1.728, 1, 1, 1, 1.2, 1])
exp_orientations = np.array([ -53.97446153, 59.5055285 , -96.01885186,
-149.70789506, -94.70171899, -45.76429535,