Refractor loading FITS so it can load RGB images

This commit is contained in:
2021-03-25 16:14:28 +01:00
parent dcb47f51a0
commit d235b18e86
3 changed files with 45 additions and 84 deletions
+1
View File
@@ -47,6 +47,7 @@ public:
};
RawImage();
RawImage(int w, int h, ImgType type);
RawImage(cv::Mat &img);
RawImage(const RawImage &d);
bool imageStats(double *mean, double *stdDev, double *median, double *min, double *max) const;
void rect(int &x, int &y, int w, int h, std::vector<double> &r) const;