lilith.lu 9bd167b9b9 svn CVAlgorithmUtils & MachineLearningUtils (只保留源码,依赖库及数据已单独剔除) v6935 | 5 months ago | |
---|---|---|
.. | ||
PSI.m | 5 months ago | |
PSI_demo.m | 5 months ago | |
README.md | 5 months ago |
A Perceptual Image Sharpness Metric Based on Local Edge Gradient Analysis
MATLAB implementation of the Perceptual Sharpness Index (PSI)
PSI.m
- Computes the Perceptual Sharpness Index (PSI).PSI_demo.m
- Demonstrates the computation for a single image.Note that the performance of the algorithm may slightly alter with the MATLAB version used (due to MATLAB's edge function).
Please cite the following paper if you use this code.
#!bibtex
@article{feichtenhofer2013perceptual,
title={A perceptual image sharpness metric based on local edge gradient analysis},
author={Feichtenhofer, Christoph and Fassold, Hannes and Schallauer, Peter},
journal={Signal Processing Letters, IEEE},
volume={20},
number={4},
pages={379--382},
year={2013},
publisher={IEEE}
}
Christoph Feichtenhofer
cfeichtenhofer AT gmail.com