Commit bf0081a8 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed bug in stitching in GpuSurfFeaturesFinder (missing upright parameter)

parent 5cce0389
......@@ -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_;
......
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