• Stars
    star
    667
  • Rank 65,253 (Top 2 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created about 10 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Video quality metrics, reference implementation in python: VIF, SSIM, PSNR, ...

Video Quality Metrics

Video quality metrics, reference implementation in python, with GPU optimizations and C versions as time permits.

  • VIF (sometimes called VIF-P or VIFP), Visual Information Fidelity: implemented
  • SSIM, Structural Similarity Metric: implemented
  • PSNR, Peak Signal to Noise Ratio: implemented
  • RECO, Relative Polar Edge Coherence: implemented
  • NIQE, Natural Image Quality Evaluator: implemented
  • MS-SSIM, MultiScale Structural Similarity Metric: planned
  • 3SSIM, 3-Component Structural Similarity Metric: planned
  • VQUAD-HD: planned
  • VQM: maybe
  • UIQ, Universal Image Quality: maybe
  • MSSIM, Motion SSIM: maybe

Example

Run the demo/jpg_demo.py script, which will compress lena.png with JPEG at every quality setting 0-100, and plot all metric values vs quality setting and vs file size.

JPEG Metric vs Quality Setting

JPEG Metric vs File Size

References

H. R. Sheikh and A. C. Bovik, โ€œImage information and visual quality,โ€ Image Processing, IEEE Transactions on, vol. 15, no. 2, pp. 430โ€“444, 2006.

V. Baroncini, L. Capodiferro, E. D. Di Claudio, and G. Jacovitti, โ€œThe polar edge coherence: a quasi blind metric for video quality assessment,โ€ EUSIPCO 2009, Glasgow, pp. 564โ€“568, 2009.

Z. Wang, E. P. Simoncelli, and A. C. Bovik, โ€œMultiscale structural similarity for image quality assessment,โ€ Conference Record of the Thirty-Seventh Asilomar Conference on Signals, Systems and Computers, 2003, vol. 2, pp. 1398โ€“1402.

Mittal, Anish, Rajiv Soundararajan, and Alan C. Bovik. "Making a completely blind image quality analyzer." Signal Processing Letters, IEEE 20.3 (2013): 209-212.