Refractor loading FITS so it can load RGB images
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user