diff options
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.h b/src/detector.h index 3a4948a9..63a279ad 100644 --- a/src/detector.h +++ b/src/detector.h @@ -57,7 +57,7 @@ struct detector int max_ss; /* Size of overall array needed, minus 1 */ }; -extern struct rvec get_q(struct image *image, double xs, double ys, +extern struct rvec get_q(struct image *image, double fs, double ss, double *ttp, double k); extern double get_tt(struct image *image, double xs, double ys); |