Initial autostretch

This commit is contained in:
2021-09-11 11:37:54 +02:00
parent f173e48a26
commit 206e1dd393
8 changed files with 117 additions and 24 deletions
+3
View File
@@ -257,6 +257,9 @@ void LoadRunable::run()
rawImage = new RawImage(img);
}
if(rawImage)
rawImage->calcStats();
if(rawImage && m_analyzeLevel >= Statistics)
{
double mean, median, min, max;