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