Embedded Signal Processing Laboratory
Wireless Networking and Communications Group
The University of Texas at Austin
Austin, TX USA
Email: debarati@utexas.edu - bevans@ece.utexas.edu
Download Release 1.0 (January 20, 2016)
The Full-Reference High Dynamic Range Image Quality Assessment 1.0 software release provides several automated visual quality evaluation methods for high-dynamic range (HDR) images. HDR images represent each color value at each pixel as a floating-point number so as to provide a much wider dynamic range of color intensities.
The software release includes the Graph-Based Visual Saliency package ('gbvs'). Please see the readme.txt file in the 'gbvs' folder for details about installation and usage. The present implementation is modified to implement the saliency measure in [1].
This software release supports [2] and provides the following MATLAB files:
Two images have been provided with the release so that the following example code in run_TMQI_NSS_Sigma.m will run:
clc; close all; clear all; imHDR = hdrread('1.hdr'); imSDR = imread('1.jpg'); Q = TMQI_NSS_Sigma(imHDR, imSDR)
More images are available in the Tone Mapped Quality Index Database [3].
This software release has been tested on MATLAB 2012a and 2013a versions on both OSX (64-bit) and Linux(32-bit) platforms.