From 69b33e88a4ebecc5bc6e2dae8b35643f26cdb22d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 14 Oct 2009 18:30:49 +0200 Subject: Write an HDF5 file --- src/image.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index fc8a1f2f..41e6e2b6 100644 --- a/src/image.h +++ b/src/image.h @@ -100,5 +100,7 @@ extern struct imagefeature *image_feature_closest(ImageFeatureList *flist, double x, double y, double *d, int *idx); +extern int image_feature_count(ImageFeatureList *flist); +extern struct imagefeature *image_get_feature(ImageFeatureList *flist, int idx); #endif /* IMAGE_H */ -- cgit v1.2.3