Skip to content

Commit 2ed698e

Browse files
author
Haosonn
committed
Dead code deleted in test_fast.cpp
1 parent fa709c3 commit 2ed698e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modules/features2d/test/test_fast.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
//M*/
4242

4343
#include "test_precomp.hpp"
44-
#include "opencv2/core/utils/logger.hpp"
4544

4645
namespace opencv_test { namespace {
4746

@@ -162,10 +161,7 @@ TEST(Features2d_FAST, noNMS)
162161
fs["exp_kps"] >> gt_kps;
163162
fs.release();
164163
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;
164+
169165
ASSERT_EQ( 0, cvtest::norm(gt_kps, kps, NORM_L2));
170166
}
171167

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy