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());