/* * itrans-threshold.h * * Threshold and adaptive threshold peak searches * * (c) 2007 Thomas White * * dtr - Diffraction Tomography Reconstruction * */ #ifndef ITRANS_THRESHOLD_H #define ITRANS_THRESHOLD_H #ifdef HAVE_CONFIG_H #include #endif #include "control.h" 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 */