mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
fixed bug in stitching in GpuSurfFeaturesFinder (missing upright parameter)
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user