/* * 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 "control.h" extern void itrans_process_image(ImageRecord image, ControlContext *ctx); #endif /* ITRANS_H */