aboutsummaryrefslogtreecommitdiff
path: root/src/itrans-threshold.h
blob: 24b3cc1ba1edd8b369be0d136aa0724639ba4e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * itrans-threshold.h
 *
 * Threshold and adaptive threshold peak searches
 *
 * (c) 2007 Thomas White <taw27@cam.ac.uk>
 *
 *  dtr - Diffraction Tomography Reconstruction
 *
 */
 
#ifndef ITRANS_THRESHOLD_H
#define ITRANS_THRESHOLD_H

#ifdef HAVE_CONFIG_H
#include <config.h>
#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 */