登录
首页 » matlab » BID_QM_demo

BID_QM_demo

于 2014-12-08 发布 文件大小:28486KB
0 215
下载积分: 1 下载次数: 23

代码说明:

  对模糊图像进行复原(代码中样例)后,进行ISNR值的计算。由于复原后图像和原图像可能存在对齐问题,而该对齐问题不影响复原结果的主观效果,因此该代码首次考虑这一问题并给出相应的图像对齐及ISNR计算方法。(Restoration of blurred images (sample code), the calculation ISNR values. Due to possible alignment problems and the restored image after the original image, and the alignment problem does not affect the results of the subjective effects of recovery, so the code for the first time to consider this issue and the corresponding image alignment and ISNR calculation.)

文件列表:

Afim_AlignmentGb.m,1022,2009-06-03
AfinFun.m,74,2009-01-02
Alignment_Globalb.m,1850,2009-06-03
Analisa_BID_res.asv,2647,2009-06-03
Analisa_BID_res.m,2779,2009-06-03
Blur_QM_TIPb.asv,2329,2009-06-03
Blur_QM_TIPb.m,2457,2009-06-03
Blur_QM_TIPc.m,1171,2009-06-03
Lena9x9.mat,29161206,2009-06-03
MAIN_BIDQM.asv,1491,2009-06-03
MAIN_BIDQM.m,1832,2009-06-03
README_bidQM.txt,1106,2009-06-03

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

发表评论

0 个回复

  • Dual_DC_DC
    自己做的双向dc/dc,双环控制,跟踪的不错(DUAL DC/DC Voltage and current loop)
    2021-04-25 13:18:46下载
    积分:1
  • sliding
    说明:  使用matlab中的nlfilter来进行邻域处理(Using nlfilter in MATLAB to process neighborhood)
    2019-05-21 14:39:32下载
    积分:1
  • ISAR
    :近距离目标超高分辨率微波成像技术在安全检测、非破坏性控制、生物医学等领域中有着非常重要的应用 价值和广阔的应用前景。该文利用基于窄脉冲形式的超宽带时域雷达系统研究近距离目标的高分辨率ISAR成像, 给出了仿真和实测结果。利用转台旋转目标,基于超宽带脉冲源和超宽带收发天线以及高性能取样示波器,配以同 步触发脉冲和自行研发的数据采集软件,搭建了该时域雷达实验系统,提出了准确获取目标回波信息的实验条件, 和实现回波延时精确校正的误差补偿方法。并针对采样时间窗内的杂波干扰,讨论了时域后向投影算法(Back Projection,BP)与背景对消技术相结合的成像算法,实现了分辨率为 8 mm 的近距离目标的成像,准确地反映了 目标的位置、形状和大小等信息。( The high resolution imaging of near field targets are interesting for security, non-destructive control and biomedical application. In this paper, high resolution near field ISAR imaging is implemented using Ultra Wide Band (UWB) time domain radar system. Simulation and experiment are both conducted. The target is rotated by turntable. The system is built based on the UWB pulse source, UWB antennas, high performance sampling oscillograph, synchronous trigger pulse and proper motion study data acquisition software. Experiment condition and delay errors compensation method are presented to obtain accurate echo information of the target. And Back Projection (BP) combined with background cancel algorithm is discussed considering the clutter interference in time window. )
    2011-06-19 10:30:55下载
    积分:1
  • tuxiang
    利用克隆选择和粒子群算法实现图像分割 有很好的分割效果。经过多次验证实践。(Clonal selection and particle swarm algorithm has a good image segmentation segmentation. After several rounds of verification practice.)
    2010-07-01 11:05:57下载
    积分:1
  • bemd
    BEMD对图像进行分解 Detailed two-dimensional empirical mode decomposition (BEMD decomposition of the image)
    2011-10-24 12:13:12下载
    积分:1
  • matlabThree-dimensionalReconstruction
    内容为matlab的三维重建程序,达人可进来看,不适合初学者(Matlab says the three-dimensional reconstruction procedures, Tatsu can come watch, not suitable for beginners)
    2008-07-08 15:17:37下载
    积分:1
  • Bao2013SP
    图像加密算法本文讨论了基于现代密码体制的图像加密、基于矩阵变换的图像加密、基于混沌的图像加密、基于秘密分存的图像加密、基于频域的图像加密、基于SCAN 语言的图像加密和基于 DNA 计算的图像加密等主流图像加密算法的加密原理、优缺点和最新进展(This paper discusses image encryption algorithm based on modern cryptography, image encryption based on matrix transform, image encryption based on chaotic image encryption based on secret sharing based on frequency domain image encryption, image encryption, image encryption based on SCAN language and DNA based on the calculation of image encryption and other mainstream image encryption algorithm, encryption principle the advantages and disadvantages and the latest progress)
    2017-10-25 10:33:11下载
    积分:1
  • ppkd
    基于有限高斯混合模型的EM算法的源程序代码,里面有实验报告和运行结果。 (based on finite Gaussian mixture model of the EM algorithm source code, which has run reports and experimental results.)
    2006-11-02 09:00:17下载
    积分:1
  • huffman
    数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。(Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the original image entropy, encoded average code length, and be able to reconstruct the image according to encoding. The program uses C++ mixed programming, has compiled a Matlab library files generated, do not need to link with C++. Programs include source code and source images, and encoding the results of the image.)
    2010-05-31 22:11:29下载
    积分:1
  • 边缘检测
    包括canny,sobel,log等边缘检测的改进算法,使用效果良好(Including improved edge detection algorithms such as canny, sobel, log and so on, the application effect is good.)
    2019-04-07 20:56:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载