Adding platesolving

This commit is contained in:
2024-09-30 18:39:35 +02:00
parent dccb2e88da
commit 32973c54ce
16 changed files with 1075 additions and 210 deletions
+1 -1
View File
@@ -8,7 +8,6 @@
#include <math.h>
#include <memory.h>
#include <QImage>
#include <QColorSpace>
extern int THUMB_SIZE;
extern int THUMB_SIZE_BORDER;
@@ -114,6 +113,7 @@ public:
static std::shared_ptr<RawImage> fromPlanar(const RawImage &img);
static std::shared_ptr<RawImage> fromPlanar(const void *pixels, uint32_t w, uint32_t h, uint32_t ch, DataType type);
std::shared_ptr<RawImage> toPlanar();
static size_t typeSize(DataType type);
std::vector<RawImage> split() const;
bool valid() const;