diff options
author | taw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1> | 2007-08-28 16:07:32 +0000 |
---|---|---|
committer | taw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1> | 2007-08-28 16:07:32 +0000 |
commit | 85b8978beedd0142560573a92442a5ed907b0ed2 (patch) | |
tree | a5fb149aa94b540a568ac6c7b2831a8065e53959 /src/itrans-threshold.h | |
parent | 49ad910255546917c22a1d0ef01b4109c7772b16 (diff) |
Be a lot more clear about which things are properties of images and which
belong to the control context.
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@81 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/itrans-threshold.h')
-rw-r--r-- | src/itrans-threshold.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/itrans-threshold.h b/src/itrans-threshold.h index 32c3faf..24b3cc1 100644 --- a/src/itrans-threshold.h +++ b/src/itrans-threshold.h @@ -16,12 +16,10 @@ #include <config.h> #endif -#include <stdint.h> - #include "control.h" -#include "imagedisplay.h" -extern unsigned int itrans_peaksearch_threshold(int16_t *image, ControlContext *ctx, double tilt_degrees, ImageDisplay *imagedisplay); -extern unsigned int itrans_peaksearch_adaptive_threshold(int16_t *image, ControlContext *ctx, double tilt_degrees, ImageDisplay *imagedisplay); +extern unsigned int itrans_peaksearch_threshold(ImageRecord image, ControlContext *ctx); +extern unsigned int itrans_peaksearch_adaptive_threshold(ImageRecord image, ControlContext *ctx); #endif /* ITRANS_THRESHOLD_H */ + |