diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-07-16 14:29:29 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-07-16 14:29:29 +0200 |
commit | 84887c191149b8b4d5a9ea4f78286477fe0a82b2 (patch) | |
tree | 2fe6b0c4876dfc53761047f3a3571a048b3c02ad /src/e2e.h | |
parent | 7a61c9bf86178de625a8431160ee6b4a3f745f2c (diff) |
Fundus image exporting
Diffstat (limited to 'src/e2e.h')
-rw-r--r-- | src/e2e.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,8 @@ struct e2e_image { const uint8_t *fundus; float *tomogram; }; + + eli_header series_fundi_list; }; #define E2E_CHUNK_IMAGE 0x40000000 @@ -69,6 +71,8 @@ struct e2e_series { int id; struct e2e_slice *slices; + size_t num_fundi; + struct e2e_image *fundi; UT_hash_handle hh; }; |