We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa709c3 commit 2ed698eCopy full SHA for 2ed698e
modules/features2d/test/test_fast.cpp
@@ -41,7 +41,6 @@
41
//M*/
42
43
#include "test_precomp.hpp"
44
-#include "opencv2/core/utils/logger.hpp"
45
46
namespace opencv_test { namespace {
47
@@ -162,10 +161,7 @@ TEST(Features2d_FAST, noNMS)
162
161
fs["exp_kps"] >> gt_kps;
163
fs.release();
164
ASSERT_GT(gt_kps.total(), size_t(0));
165
- // std::cout << "Ground truth keypoints (gt_kps):\n" << cv::format(gt_kps, cv::Formatter::FMT_DEFAULT) << "\n"
166
- // << "Computed keypoints (kps):\n" << cv::format(kps, cv::Formatter::FMT_DEFAULT) << std::endl;
167
- // std::cout << "Ground truth keypoints (gt_kps):\n" << gt_kps << "\n"
168
- // << "Computed keypoints (kps):\n" << kps << std::endl;
+
169
ASSERT_EQ( 0, cvtest::norm(gt_kps, kps, NORM_L2));
170
}
171
0 commit comments