@@ -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();
The note is not visible to the blocked user.