summaryrefslogtreecommitdiff
path: root/imagealgos.h
diff options
context:
space:
mode:
Diffstat (limited to 'imagealgos.h')
-rw-r--r--imagealgos.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/imagealgos.h b/imagealgos.h
deleted file mode 100644
index e443e10..0000000
--- a/imagealgos.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include <QLineF>
-#include <QList>
-
-#include "image.h"
-#include "pixels.h"
-
-size_t pgm_save(std::shared_ptr<Image> img,
- FILE *outfile = nullptr,
- bool really_save = false);
-
-// void unpack_10bit(uint8_t const *src, Image const &image, uint16_t *dest);
-// void unpack_16bit(uint8_t const *src, Image const &image, uint16_t *dest);
-
-// Pixels process_columns(Image & image);
-
-QList<QLineF> pixelsToLines(const Pixels& rawProfile);
-QList<QLineF> pointsToLines(const QList<QPointF>& points);