diff options
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r-- | src/calibrate_detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c index 7feeb16c..2252842f 100644 --- a/src/calibrate_detector.c +++ b/src/calibrate_detector.c @@ -110,7 +110,7 @@ static void sum_peaks(struct image *image, double *sum) const int lim = INTEGRATION_RADIUS * INTEGRATION_RADIUS; /* FIXME: Get threshold value from command line */ - search_peaks(image, 800.0); + search_peaks(image, 800.0, 100000.0); for ( i=0; i<image_feature_count(image->features); i++ ) { |