Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.TXT | 2014-11-09 | 2.3 kB | |
image_diff.m | 2014-11-09 | 7.8 kB | |
image_halfpixref.m | 2014-08-30 | 3.3 kB | |
LICENSE.TXT | 2014-08-30 | 32.5 kB | |
Totals: 4 Items | 45.8 kB | 0 |
TESTIMAGES SCRIPTS README ================================================================================ -------------------------------------------------------------------------------- Name: TESTIMAGES SCRIPTS Version: 1.3.000 Release date: 2014-11-09 Author: Nicola Asuni Copyright (c) 2011-2014: Nicola Asuni Tecnick.com LTD http://www.tecnick.com info@tecnick.com URL: http://testimages.tecnick.com Description: Octave/Matlab utility scripts for image metrics. *** image_diff.m Returns the metrics of the difference between two images as a TSV (Tab-Separated Values) formatted string. This function can be used to fill a spreadsheet with the statistics relative to multiple images and multiple methods. the optional PREFIX parameter can be used to identify different methods and parameters (this string may include the TAB character so it is possible to add several columns). All the metrics are normalized, so it is possible to compare the values of images with different size and number of layers. *** image_halfpixref.m Generate a reference image to account for the half pixel shift and crop factor introduced by the edge-directed interpolation methods like iNEDI that generates images with a size of: NEWSIZE = ((SIZE * 2^ZK) - (2^ZK - 1)) where ZK is the zoom factor (1 = double size). Software License Copyright (C) 2011-2014 Nicola Asuni - Tecnick.com LTD This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. See LICENSE.TXT file for more information. ================================================================================