BIQI_release

所属分类:matlab编程
开发工具:matlab
文件大小:190KB
下载次数:15
上传日期:2015-09-12 12:38:00
上 传 者cysf
说明:  这是盲图像质量因子(BIQI)的MATLAB源代码. 该算法由A. K. Moorthy 、A. C. Bovik等人在 A Modular Framework for Constructing Blind Universal Quality Indices 中提出,发表在IEEE Signal Processing Letters (2009).
(This is blind image quality factor (BIQI) MATLAB source code for this algorithm in " A Modular Framework for Constructing Blind Universal Quality Indices" proposed by the AK Moorthy, AC Bovik et al., Published in the IEEE Signal Processing Letters (2009).)

文件列表:
biqi.m (7528, 2015-06-08)
jpeg_quality_score.m (3515, 2015-06-08)
model_89 (107434, 2009-12-18)
model_89_blur (22348, 2009-10-26)
model_89_ff (32146, 2009-12-18)
model_89_jp2k (25058, 2009-10-26)
model_89_wn (22273, 2009-10-26)
range2 (364, 2009-12-18)
range2_blur (362, 2009-10-26)
range2_ff (373, 2009-12-18)
range2_jp2k (358, 2009-10-26)
range2_wn (393, 2009-10-26)
svm-predict.c (5536, 2014-11-15)
svm-predict.exe1 (109056, 2009-04-01)
svm-scale.c (8504, 2014-11-15)
svm-scale.exe1 (82432, 2009-04-01)
test_ind.txt (234, 2015-06-10)
test_ind_scaled (0, 2015-06-10)
Untitled.m (80, 2015-06-10)

BIQI Software release. ======================================================================== -----------COPYRIGHT NOTICE STARTS WITH THIS LINE------------ Copyright (c) 2009 The University of Texas at Austin All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this code (the source files) and its documentation for any purpose, provided that the copyright notice in its entirety appear in all copies of this code, and the original source of this code, Laboratory for Image and Video Engineering (LIVE, http://live.ece.utexas.edu) and Center for Perceptual Systems (CPS, http://www.cps.utexas.edu) at the University of Texas at Austin (UT Austin, http://www.utexas.edu), is acknowledged in any publication that reports research using this code. The research is to be cited in the bibliography as: 1. A. K. Moorthy and A. C. Bovik, "A Modular Framework for Constructing Blind Universal Quality Indices", submitted to IEEE Signal Processing Letters (2009). 2. A. K. Moorthy and A. C. Bovik, "BIQI Software Release", URL: http://live.ece.utexas.edu/research/quality/biqi.zip, 2009. IN NO EVENT SHALL THE UNIVERSITY OF TEXAS AT AUSTIN BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS DATABASE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF TEXAS AT AUSTIN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE UNIVERSITY OF TEXAS AT AUSTIN SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE DATABASE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF TEXAS AT AUSTIN HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -----------COPYRIGHT NOTICE ENDS WITH THIS LINE------------% Author : Anush Krishna Moorthy Version : 1.0 The authors are with the Laboratory for Image and Video Engineering (LIVE), Department of Electrical and Computer Engineering, The University of Texas at Austin, Austin, TX. Kindly report any suggestions or corrections to anushmoorthy@gmail.com ======================================================================== This is a demonstration of the Blind Image Quality Index (BIQI). It is an implementation of the BIQI in the reference. The algorithm is described in: A. K. Moorthy and A. C. Bovik, "A Modular Framework for Constructing Blind Universal Quality Indices", submitted to IEEE Signal Processing Letters (2009). You can change this program as you like and use it anywhere, but please refer to its original source (cite our paper and our web page at http://live.ece.utexas.edu/research/quality/biqi.zip). Input : A test 8bits/pixel grayscale image loaded in a 2-D array Output: A quality score of the image. The score typically has a value between 0 and 100 (0 represents the best quality, 100 the worst). Usage: 1. Load the image, for example image = rgb2gray(imread('testimage.jpg')); 2. Call this function to calculate the quality score: quality = biqi(image) Dependencies: MATLAB Wavelet Toolbox You may need the MATLAB Image Processing Toolbox Binaries: svm-train, svm-scale (from LibSVM) - provided with release Other m files: jpeg_quality_score.m (provided with release) Data files: range2, range2_wn, range2_blur, range2_jp2k, model_89, model_89_wn, model_89_blur, model_89_jp2k, range2_ff, model_89_ff (provided with release) ======================================================================== Note on training: This release version of BIQI was trained on the entire LIVE database. This program uses LibSVM binaries. Below is the requried copyright notice for the binaries distributed with this release. ==================================================================== LibSVM tools: svm-predict, svm-scale (binaries) -------------------------------------------------------------------- Copyright (c) 2000-2009 Chih-Chung Chang and Chih-Jen Lin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither name of copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ====================================================================

近期下载者

相关文件


收藏者