1
0

Live mode

This commit is contained in:
2020-01-23 13:22:47 +01:00
parent 83c2b9db5b
commit dc2f0e3490
4 changed files with 26 additions and 4 deletions
+5
View File
@@ -56,3 +56,8 @@ QPixmap CLAHE::getLumImage() const
QImage ret(tmp.data, tmp.cols, tmp.rows, tmp.step1(), QImage::Format_Grayscale8);
return QPixmap::fromImage(ret);
}
bool CLAHE::imageLoaded() const
{
return _lumImage.ptr();
}