mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix for MacOS
This commit is contained in:
parent
e1e0163992
commit
c0673db3c5
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
//
|
||||
#include "ImageComparer.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
// Computes SSIM - see https://en.wikipedia.org/wiki/Structural_similarity
|
||||
// The value is computed for the luminance component and the average value is returned
|
||||
double ImageComparer::compareImages(QImage resultImage, QImage expectedImage) const {
|
||||
|
|
Loading…
Reference in a new issue