readme.txt

来自「MATLAB Denoising software for grayscale 」· 文本 代码 · 共 35 行

TXT
35
字号
PoEdges - MATLAB Denoising software for grayscale images

The file 'sampleRun.m' is a sample script which demonstrates how to use this software. 
This code partially builds up on code from Javier Portilla's BLS-GSM Image Denoising 
toolbox which is available online from http://decsai.ugr.es/~javier/denoise/index.html .
For execution the 'matlabPyrTools' toolbox written by Eero Simoncelli is needed.
It can be downloaded from http://www.cns.nyu.edu/~lcv/software.html. Unpack it, 
compile the MEX files and put everything in your matlab path. 

We thank Javier Portilla for the permission to use his code. Some functions taken
directly from the toolbox without any changes are stored in the subfolder Portilla/.
The BLS-GSM toolbox was used for the results of the following paper
 J Portilla, V Strela, M Wainwright, E P Simoncelli.
 Image Denoising using Scale Mixtures of Gaussians in the Wavelet Domain.
 IEEE Transactions on Image Processing. vol 12, no. 11, pp. 1338-1351, November 2003.

This work was published in a NIPS paper in 2005, here is the bibtex entry

@incollection{NIPS2005_191,
 title = {Products of ""Edge-perts"""},
 author = {Peter Gehler and Max Welling},
 booktitle = {Advances in Neural Information Processing Systems 18},
 editor = {Y. Weiss and B. Sch\"{o}lkopf and J. Platt},
 publisher = {MIT Press},
 address = {Cambridge, MA},
 pages = {419--426},
 year = {2006}
}

This work was supported by a NSF-Career grant, IIS 0447903

For comments or questions please feel free to write an email, my address is 
pgehler@tuebingen.mpg.de

- Peter Vincent Gehler June 1st 2005

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?