登录
首页 » matlab » FTVd_v3.01

FTVd_v3.01

于 2009-12-09 发布 文件大小:10220KB
0 229
下载积分: 1 下载次数: 201

代码说明:

  图像盲解卷积复原,一模方法,算法在压缩包内(Blind Image Deconvolution recovery, a model approach, the algorithm in the compressed package)

文件列表:

FTVd_v3.01
..........\demofiles
..........\.........\demoHTVL2.m
..........\.........\demoTVL1C.m
..........\.........\demoTVL1G.m
..........\.........\demoTVL2C_cross.m
..........\.........\demoTVL2C_within.m
..........\.........\demoTVL2G.m
..........\.........\demoWTVL2.m
..........\disp
..........\....\disp_compare2MLAB.m
..........\....\disp_compareTVL2_HTVL2.m
..........\....\disp_compareTVL2_WTVL2.m
..........\....\disp_results.m
..........\FTVdDemo.m
..........\FTVdStartup.m
..........\genData
..........\.......\get1kernel.m
..........\.......\get3kernel.m
..........\.......\get9kernel.m
..........\.......\getFTVdata.m
..........\.......\getLag.m
..........\.......\getWeights.m
..........\.......\inputBlur.m
..........\.......\inputImage.m
..........\images
..........\......\color
..........\......\.....\lena_std.tiff

..........\......\.....\rose250.mat

..........\......\gray
..........\......\....\cameraman.tif

..........\info.txt
..........\readme.txt
..........\solvers
..........\.......\FTVd.m
..........\.......\TVL1solvers
..........\.......\...........\FTVdanisoL1G.m
..........\.......\...........\FTVdL1C.m
..........\.......\...........\FTVdL1G.m
..........\.......\TVL2solvers
..........\.......\...........\FTVdC.m
..........\.......\...........\FTVdG.m
..........\.......\...........\FTVdHC.m
..........\.......\...........\FTVdHG.m
..........\.......\Utilities
..........\.......\.........\fixH.m
..........\.......\.........\fixWeights.m
..........\.......\.........\getFTVdL1opts.m
..........\.......\.........\getFTVdL2opts.m
..........\.......\.........\imfilter33.m
..........\.......\.........\snr.m
..........\tr0710_rev.pdf
..........\tr0809.pdf
..........\tr0812.pdf

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • colortest
    对两幅RGB图像提取模糊颜色直方图进行比较,直接运行colortest就可得出结果 (RGB images of the two fuzzy color histogram to compare directly the results can be run colortest)
    2008-04-23 12:05:47下载
    积分:1
  • MATLAB_txtx1
    说明:  该文件是MATLAB图形图象处理程序,对于学习MATLAB和做图形图象处理的哥们非常有用,次程序作为共享文件,请下载后勿作为商业用途,(MATLAB graphics image processing procedures, learning MATLAB graphics and image processing to do the Miners very useful meeting procedures as sharing files, please download not used for commercial purposes, thank you)
    2006-05-03 14:34:26下载
    积分:1
  • 鱼眼像校正
    使用经纬坐标方法矫正鱼眼图像,使得畸变后的鱼眼图像提取有效区域并矫正(Orthodontic fish eye image)
    2017-12-05 15:38:23下载
    积分:1
  • icp2
    一个外国人写的ICP拼接算法,并且加了注释(the ICP algorithm written by a foreigner )
    2020-06-29 16:40:01下载
    积分:1
  • GraphAlgorithm
    C++语言下, 关于图论算法的一些模版, 包括一般图最大匹配, km匹配, 最小割等等, 共15个模版(C++ language under the graph theory algorithm on a number of templates, including the maximum matching in general graph, km matching, minimum cut, etc., a total of 15 templates)
    2009-05-12 08:28:02下载
    积分:1
  • 12_运动车辆检测跟踪系统
    1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.dll,cvaux210.dll,cvcore210.dll,highgui210.dll,ml210.dll这五个文件拷贝至*.exe可执行文件下。(First, open the CR. AVI video from the file menu and the system will display the first frame of the video. 2. Click on the Background extract menu and the background will be extracted later and displayed in the open second window. 3. When the background is extracted, click on the Test Tracking menu to test and track the vehicle. 4. Click on the trajectory drawing menu to map the trajectory of the vehicle. Note: Since a video decoder is required to open an AVI video file using OpenCV, install a DivX-type video decoder on the computer before the program runs, otherwise an error will occur that can not open the file. The program uses OpenCV2 .1, which requires five files to be copied to *, cv210. DLL, cvaux 210. DLL, cvcore 210. DLL, highgui 210. DLL, ML 210. DLL. Exe under executable.)
    2018-02-24 09:11:18下载
    积分:1
  • 程序
    海杂波背景下的分形特征,目标检测,赫斯特指数(HEST = wfbmesti(X) returns a row vector HEST which contains three estimates of the fractal index H of the signal X supposed to come from a fractional Brownian motion of parameter H.)
    2017-09-14 15:10:28下载
    积分:1
  • bp-classification
    使用bp(反向传播算法)实现分类问题,并观察分类过程中误差的变化。(Use bp (back-propagation algorithm) to achieve the classification and observe the changes in classification process in the error.)
    2009-12-27 09:32:56下载
    积分:1
  • zhongzhilvbo
    在VC++6.0开发环境下,图像中值滤波的源码实现,编译即可运行~(In VC++6.0 development environment, the source image median filter implementation, the compiler can be run ~)
    2010-05-20 09:04:19下载
    积分:1
  • PCA像融合算法 pcaimfuse
    说明:  PCA图像融合算法,提取主成分来对图像进行融合,感兴趣的可以看看。(Principal component analysis Image fusion algorithm, extraction of principal components to image fusion.Those of you who are interested can take a look.)
    2020-07-05 19:46:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载