aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index 4c849a77..6570ef50 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -80,6 +80,8 @@ extern struct rvec get_q(struct image *image, double fs, double ss,
extern double get_tt(struct image *image, double xs, double ys);
+extern int in_bad_region(struct detector *det, double fs, double ss);
+
extern void record_image(struct image *image, int do_poisson);
extern struct panel *find_panel(struct detector *det, int x, int y);