Fix ORB test

In a previous PR, the scales were incorrectly copy-pasted.
This commit is contained in:
Stefan van der Walt
2016-03-03 17:49:58 -08:00
parent 729328ed6d
commit 0ccff88945
+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,