Removed unneeded include of glm.

This commit is contained in:
nissim.hadar 2017-11-25 11:03:02 -08:00
parent 034f4f6036
commit 747ba0bf84

View file

@ -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 {