From c53f1f17a8695f58f8e65b53b54760e7b2a02b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Mon, 28 Nov 2016 20:07:11 +0100 Subject: [PATCH] Little improve forgotten in last commit --- src/test/gtest_roi_ORB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/gtest_roi_ORB.cpp b/src/test/gtest_roi_ORB.cpp index 9066d0323..9ea4d5399 100644 --- a/src/test/gtest_roi_ORB.cpp +++ b/src/test/gtest_roi_ORB.cpp @@ -46,7 +46,7 @@ TEST(RoiORB, LoadImageFromFile) // 7 [ 164.8 , 237.8 ] // 8 [ 251.36 , 239.24 ] // 9 [ 330.2 , 237.8 ] -// 10 [ 349 , 270 ] +// 10 [ 349 , 270 ] // point #10 is out of the ROI scanned area and should not be detected // 11 [ 584 , 237.8 ] // 12 [ 467.2 , 455.4 ] // 13 [ 566 , 455.4 ] -- GitLab