Downscale image to max OpenGL texture

This commit is contained in:
2023-02-10 09:11:38 +01:00
parent c47ecbedb8
commit 576df9c196
4 changed files with 20 additions and 3 deletions
+1
View File
@@ -86,6 +86,7 @@ public:
const cv::Mat& mat() const;
bool pixel(int x, int y, QVector3D &rgb) const;
void scaleToUnit();
void downscaleTo(uint32_t size);
};
#endif // RAWIMAGE_H