My ProjectsWelcome to my projects page. I periodically write sample programs and other utilities that I find useful. Below are links to ones I’ve shared.

  • Image Quality Assessment (IQA) Library: A fast, accurate, and reliable C library for measuring image quality. Algorithms: MSE, PSNR, SSIM, MS-SSIM, MS-SSIM*.
  • IQApp: A Windows command line tool for generating image and video quality metrics. It uses AviSynth to pre-process and serve up video frames before passing them to the IQA library.
  • Audio Resampling using FFMpeg: Sample C application using avcodec to resample audio.

Comments are closed.