aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_image.c')
-rw-r--r--src/process_image.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process_image.c b/src/process_image.c
index 1d41ae6e..b0a03e46 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -245,6 +245,9 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
}
+ image.peak_resolution = estimate_peak_resolution(image.features,
+ image.lambda);
+
restore_image_data(image.dp, image.det, prefilter);
rn = getcwd(NULL, 0);