Adding platesolving
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user