Initial autostretch
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user