Commit e0bf60fd authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

Minor changes in stitching module

parent ea4f65b5
......@@ -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<Rect> &rois)
{
vector<ImageFeatures> roi_features(rois.size());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment