aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-25 17:42:26 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-25 17:42:26 +0000
commit43c03565d1ee87135e9fe206bcbf834e16763879 (patch)
tree7a72155168fe2365960f3d6a0e717c723844a8c2 /src/reproject.h
parentf96d25141ffee4ec8d18dbbcadb734fb16c92d52 (diff)
Feature partnering algorithm (of sorts)
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@177 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reproject.h')
-rw-r--r--src/reproject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reproject.h b/src/reproject.h
index 92e7183..39cd64d 100644
--- a/src/reproject.h
+++ b/src/reproject.h
@@ -20,6 +20,7 @@
#include "image.h"
extern ImageFeatureList *reproject_get_reflections(ImageRecord image, size_t *n, ReflectionList *reflectionlist, ControlContext *ctx);
+extern void reproject_partner_features(ImageFeatureList *flist, ImageRecord *image);
extern void reproject_open(ControlContext *ctx);
#endif /* REPROJECT_H */