Minor changes in stitching module
This commit is contained in:
parent
ea4f65b570
commit
e0bf60fd3e
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user