RegularizationPToolsPVersionP4.1

所属分类:图形图像处理
开发工具:matlab
文件大小:1741KB
下载次数:141
上传日期:2011-06-08 11:13:26
上 传 者mingtiantian
说明:  正则化工具,里面有TV正则化,用超分辨率重建
(regulation tool)

文件列表:
Regularization Tools Version 4.1\TVreg.m (3426, 2010-05-15)
Regularization Tools Version 4.1\Regularization tools 4.1.pdf (907824, 2010-05-15)
Regularization Tools Version 4.1\Regularization tools 3.0.pdf (992389, 2010-05-15)
Regularization Tools Version 4.1\Regularization Tools Version 4.1 (for Matlab Version 7.3).pdf (19875, 2010-05-15)
Regularization Tools Version 4.1\oblur.m (745, 2010-05-15)
Regularization Tools Version 4.1\pptsvd.m (8840, 2010-05-15)
Regularization Tools Version 4.1\mblur.m (1123, 2010-05-15)
Regularization Tools Version 4.1\helio.mat (177256, 2010-05-15)
Regularization Tools Version 4.1\helio.m (816561, 2010-05-15)
Regularization Tools Version 4.1\regu\license.txt (1341, 2009-06-04)
Regularization Tools Version 4.1\regu\regu\app_hh.m (314, 2002-08-26)
Regularization Tools Version 4.1\regu\regu\art.m (963, 2007-09-19)
Regularization Tools Version 4.1\regu\regu\baart.m (1577, 2007-07-22)
Regularization Tools Version 4.1\regu\regu\bidiag.m (1622, 2007-08-07)
Regularization Tools Version 4.1\regu\regu\blur.m (2361, 2007-07-22)
Regularization Tools Version 4.1\regu\regu\cgls.m (2723, 2007-07-30)
Regularization Tools Version 4.1\regu\regu\cgsvd.m (1689, 2008-03-17)
Regularization Tools Version 4.1\regu\regu\Changes.txt (6219, 2008-03-17)
Regularization Tools Version 4.1\regu\regu\Contents.m (5531, 2008-03-09)
Regularization Tools Version 4.1\regu\regu\corner.m (8640, 2007-07-31)
Regularization Tools Version 4.1\regu\regu\csvd.m (721, 2007-07-22)
Regularization Tools Version 4.1\regu\regu\deriv2.m (2719, 2007-07-30)
Regularization Tools Version 4.1\regu\regu\discrep.m (5655, 2007-08-06)
Regularization Tools Version 4.1\regu\regu\dsvd.m (2253, 2007-07-22)
Regularization Tools Version 4.1\regu\regu\fil_fac.m (2681, 2007-07-30)
Regularization Tools Version 4.1\regu\regu\foxgood.m (618, 2007-07-22)
Regularization Tools Version 4.1\regu\regu\gcv.m (4814, 2007-08-03)
Regularization Tools Version 4.1\regu\regu\gcvfun.m (287, 2008-02-24)
Regularization Tools Version 4.1\regu\regu\gen_form.m (1344, 2007-07-22)
Regularization Tools Version 4.1\regu\regu\gen_hh.m (602, 2007-07-22)
Regularization Tools Version 4.1\regu\regu\get_l.m (994, 2007-07-22)
Regularization Tools Version 4.1\regu\regu\gravity.m (2227, 2007-07-26)
Regularization Tools Version 4.1\regu\regu\heat.m (1607, 2007-07-30)
Regularization Tools Version 4.1\regu\regu\i_laplace.m (2169, 2008-03-09)
Regularization Tools Version 4.1\regu\regu\lagrange.m (1731, 2007-07-23)
Regularization Tools Version 4.1\regu\regu\lanc_b.m (2815, 2007-07-30)
Regularization Tools Version 4.1\regu\regu\lcfun.m (1273, 2008-01-04)
Regularization Tools Version 4.1\regu\regu\lsolve.m (887, 2007-07-23)
Regularization Tools Version 4.1\regu\regu\lsqi.m (5152, 2007-08-06)
Regularization Tools Version 4.1\regu\regu\lsqr_b.m (3795, 2007-09-01)
... ...

*************************************************************************** * All the software contained in this library is protected by copyright. * * Permission to use, copy, modify, and distribute this software for any * * purpose without fee is hereby granted, provided that this entire notice * * is included in all copies of any software which is or includes a copy * * or modification of this software and in all copies of the supporting * * documentation for such software. * *************************************************************************** * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED * * WARRANTY. IN NO EVENT, NEITHER THE AUTHORS, NOR THE PUBLISHER, NOR ANY * * MEMBER OF THE EDITORIAL BOARD OF THE JOURNAL "NUMERICAL ALGORITHMS", * * NOR ITS EDITOR-IN-CHIEF, BE LIABLE FOR ANY ERROR IN THE SOFTWARE, ANY * * MISUSE OF IT OR ANY DAMAGE ARISING OUT OF ITS USE. THE ENTIRE RISK OF * * USING THE SOFTWARE LIES WITH THE PARTY DOING SO. * *************************************************************************** * ANY USE OF THE SOFTWARE CONSTITUTES ACCEPTANCE OF THE TERMS OF THE * * ABOVE STATEMENT. * *************************************************************************** AUTHOR: P. C. HANSEN INFORMATICS AND MATHEMATICAL MODELLING TECHNICAL UNIVERSITY OF DENMARK REFERENCE: REGULARIZATION TOOLS VERSION 4.0 FOR MATLAB 7.3 NUMERICAL ALGORITHMS, 46 (2007), PP. 189-194 SOFTWARE REVISION: Ver 4.1 MARCH 2008 SOFTWARE LANGUAGE: MATLAB 7.3 ************************************************************************** Regularization Tools. Version 4.1 March 2008. Copyright (c) 1993 and 19*** by Per Christian Hansen and IMM. The installation of Regularization Tools is very simple: ======= Windows ======= Step 1. Download the file na4-matlab7.tgz from Netlib Step 2. Unzip the file na4-matlab7.tgz (Use, for example, Winzip to extract all files and store them in the directory REGU) Step 3. Start MATLAB Step 4. Add a path to the directory REGU Step 5. Remove the file na4-matlab7.tgz ======= Linux ======= Step 1. Download the file na4-matlab7.tgz from Netlib Step 2. Unzip the file na4-matlab7.tgz by using the command tar xvfz na4-matlab7.tgz The directory REGU will be created Step 3. Start MATLAB Step 4. Add a path to the directory REGU Step 5. Remove the file na4-matlab7.tgz with the command rm na4-matlab7.tgz The file RTv4manual.pdf contains the manual in PDF form

近期下载者

相关文件


收藏者