rolinh / VQMT

VQMT: Video Quality Measurement Tool. Fast implementations of the following objective image quality metrics: PSNR, SSIM, MS-SSIM, VIFp, PSNR-HVS and PSNR-HVS-M.
http://mmspg.epfl.ch/vqmt
Other
361 stars 105 forks source link

Question: Version of VQMT code #9

Closed Jeegarp closed 6 years ago

Jeegarp commented 6 years ago

VQMT official project shares its code at https://mmspg.epfl.ch/files/content/sites/mmspl/files/shared/VQMT/VQMT_Sources.rar

So does the VQMT code used here is in sync with official codebase?

rolinh commented 6 years ago

Hi @Jeegarp,

The code at MMSPG hasn't changed since 2013. So you could say that it is in sync. :grinning: This repository however adds a Makefile to make it easy to compile the project without VisualStudio and on different platforms than Windows such as Linux. There are also a few fixes here and there as you can see by going through the list of commits.