aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/image.h b/src/image.h
index 543d924c..326e70b7 100644
--- a/src/image.h
+++ b/src/image.h
@@ -26,13 +26,6 @@
#include "detector.h"
-/* How is the scaling of the image described? */
-typedef enum {
- FORMULATION_CLEN,
- FORMULATION_PIXELSIZE
-} FormulationMode;
-
-
/* Structure describing a feature in an image */
struct imagefeature {
@@ -83,12 +76,6 @@ struct image {
struct quaternion orientation;
- /* Image parameters can be given as camera length or pixel size.
- * If FORMULATION_CLEN, then camera_len and resolution must be given.
- * If FORMULATION_PIXELSIZE, then pixel_size only is needed.*/
- FormulationMode fmode;
- double pixel_size;
-
/* Wavelength must always be given */
double lambda; /* Wavelength in m */