This commit is contained in:
Erik Fröjdh
2024-10-28 12:25:47 +01:00
parent a4fb217e3f
commit abb1d20ca3
8 changed files with 284 additions and 2 deletions

View File

@ -40,6 +40,7 @@ class File {
size_t rows() const;
size_t cols() const;
size_t bitdepth() const;
size_t bytes_per_pixel() const;
void set_total_frames(size_t total_frames);
DetectorType detector_type() const;
xy geometry() const;