From e0bf60fd3ea7654e8166162635af527de35bd981 Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Tue, 27 Sep 2011 07:46:28 +0000 Subject: [PATCH] Minor changes in stitching module --- modules/stitching/src/matchers.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/stitching/src/matchers.cpp b/modules/stitching/src/matchers.cpp index 4211d8461f..f37fb467b6 100644 --- a/modules/stitching/src/matchers.cpp +++ b/modules/stitching/src/matchers.cpp @@ -249,12 +249,10 @@ namespace detail { void FeaturesFinder::operator ()(const Mat &image, ImageFeatures &features) { find(image, features); - cout << features.descriptors.cols << " " << features.descriptors.rows << " " << features.descriptors.type() << endl; features.img_size = image.size(); } -// TODO add tests for this function void FeaturesFinder::operator ()(const Mat &image, ImageFeatures &features, const vector &rois) { vector roi_features(rois.size());