We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 792b387 + 266b360 commit 24993f4Copy full SHA for 24993f4
opensfm/src/features/src/dspsift.cc
@@ -73,7 +73,7 @@ py::tuple dspsift(foundation::pyarray_f image, float peak_threshold,
73
74
const int kMaxOctaveResolution = 1000;
75
76
- vl_covdet_set_first_octave(covdet.get(), 0);
+ vl_covdet_set_first_octave(covdet.get(), -1);
77
vl_covdet_set_octave_resolution(covdet.get(), 3);
78
vl_covdet_set_peak_threshold(covdet.get(), peak_threshold);
79
vl_covdet_set_edge_threshold(covdet.get(), edge_threshold);
0 commit comments