fixed bug in stitching in GpuSurfFeaturesFinder (missing upright parameter)

pull/13383/head
Vladislav Vinogradov 13 years ago
parent 5cce038958
commit bf0081a850
  1. 1
      modules/stitching/src/matchers.cpp

@ -127,6 +127,7 @@ namespace
surf_.nOctaves = num_octaves_;
surf_.nOctaveLayers = num_layers_;
surf_.upright = false;
surf_(gray_image_, GpuMat(), keypoints_);
surf_.nOctaves = num_octaves_descr_;

Loading…
Cancel
Save