fixed bug in graphcut seam estimation (opencv_stitching)

This commit is contained in:
Alexey Spizhevoy
2011-05-23 07:35:46 +00:00
parent f391ea2ad0
commit f610b16eaf
2 changed files with 9 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ namespace
inline GpuSurfFeaturesFinder(double hess_thresh, int num_octaves, int num_layers,
int num_octaves_descr, int num_layers_descr)
{
surf_.keypointsRatio = 0.1f;
surf_.hessianThreshold = hess_thresh;
surf_.extended = false;
num_octaves_ = num_octaves;