Scale float images to 0,1 range on load

This commit is contained in:
2022-07-22 11:36:10 +02:00
parent 93b56e2966
commit 39775b5e98
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -84,6 +84,7 @@ public:
float thumbAspect() const;
const cv::Mat& mat() const;
bool pixel(int x, int y, QVector3D &rgb) const;
void scaleToUnit();
};
#endif // RAWIMAGE_H