aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h
index df505ec..c617330 100644
--- a/src/image.h
+++ b/src/image.h
@@ -54,8 +54,8 @@ typedef struct imagerecord_struct {
int width;
int height;
- int x_centre;
- int y_centre;
+ double x_centre;
+ double y_centre;
ImageFeatureList *features; /* "Experimental" features */
ImageFeatureList *rflist; /* "Predicted" features */