/* * itrans.h * * Parameterise features in an image for reconstruction * * (c) 2007 Thomas White * * dtr - Diffraction Tomography Reconstruction * */ #ifndef ITRANS_H #define ITRANS_H #ifdef HAVE_CONFIG_H #include #endif #include #include "control.h" extern void itrans_process_image(int16_t *image, ControlContext *ctx, double tilt_degrees); #endif /* ITRANS_H */