登录
首页 » matlab » 红外与可见光图像配准算法(MATLAB版代码)

红外与可见光图像配准算法(MATLAB版代码)

于 2020-11-15 发布 文件大小:390KB
0 215
下载积分: 1 下载次数: 57

代码说明:

  红外和可见光图像配准和融合算法,采用仿射变换(Registration and fusion of infrared and visible images)

文件列表:

红外与可见光图像配准算法(MATLAB版代码), 0 , 2018-04-24
红外与可见光图像配准算法(MATLAB版代码)\affine_warp.m, 9721 , 2010-09-06
红外与可见光图像配准算法(MATLAB版代码)\FastHessian_BuildDerivative.m, 603 , 2010-07-26
红外与可见光图像配准算法(MATLAB版代码)\FastHessian_buildResponseLayer.m, 1699 , 2010-07-29
红外与可见光图像配准算法(MATLAB版代码)\FastHessian_buildResponseMap.m, 1877 , 2010-07-20
红外与可见光图像配准算法(MATLAB版代码)\FastHessian_getIpoints.m, 2353 , 2010-07-30
红外与可见光图像配准算法(MATLAB版代码)\FastHessian_getLaplacian.m, 455 , 2010-07-26
红外与可见光图像配准算法(MATLAB版代码)\FastHessian_getResponse.m, 450 , 2010-07-26
红外与可见光图像配准算法(MATLAB版代码)\FastHessian_interpolateExtremum.m, 2478 , 2010-07-30
红外与可见光图像配准算法(MATLAB版代码)\FastHessian_isExtremum.m, 1680 , 2010-07-30
红外与可见光图像配准算法(MATLAB版代码)\FastHessian_ResponseLayer.m, 738 , 2010-07-29
红外与可见光图像配准算法(MATLAB版代码)\image, 0 , 2018-04-24
红外与可见光图像配准算法(MATLAB版代码)\image\1.png, 50049 , 2018-04-26
红外与可见光图像配准算法(MATLAB版代码)\image\2.png, 63933 , 2018-04-26
红外与可见光图像配准算法(MATLAB版代码)\image\3.png, 35300 , 2018-04-26
红外与可见光图像配准算法(MATLAB版代码)\image\4.png, 56876 , 2018-04-26
红外与可见光图像配准算法(MATLAB版代码)\image\qa1.bmp, 164790 , 2018-04-24
红外与可见光图像配准算法(MATLAB版代码)\image\qa2.bmp, 123958 , 2018-04-24
红外与可见光图像配准算法(MATLAB版代码)\IntegralImage_BoxIntegral.m, 791 , 2010-07-29
红外与可见光图像配准算法(MATLAB版代码)\IntegralImage_HaarX.m, 494 , 2010-07-29
红外与可见光图像配准算法(MATLAB版代码)\IntegralImage_HaarY.m, 556 , 2010-07-29
红外与可见光图像配准算法(MATLAB版代码)\IntegralImage_IntegralImage.m, 796 , 2010-07-29
红外与可见光图像配准算法(MATLAB版代码)\main.m, 7555 , 2018-04-24
红外与可见光图像配准算法(MATLAB版代码)\OpenSurf.m, 3778 , 2010-09-06
红外与可见光图像配准算法(MATLAB版代码)\PaintSURF.m, 1089 , 2010-07-30
红外与可见光图像配准算法(MATLAB版代码)\SurfDescriptor_DecribeInterestPoints.m, 1554 , 2010-07-30
红外与可见光图像配准算法(MATLAB版代码)\SurfDescriptor_GetDescriptor.m, 3636 , 2010-07-30
红外与可见光图像配准算法(MATLAB版代码)\SurfDescriptor_GetOrientation.m, 2921 , 2010-07-30

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

发表评论

0 个回复

  • scale
    YUV420视频的缩放,经过高度的优化,其中三次卷积插值(cubic convolution)算法的效果最好,优化程度也最高。其基本思想是通过整型化、查表等方法消除每一帧图像插值运算中的浮点运算和乘除法运算。(scale YUV420 video frames with cubic, bilinear & cubic convolution interpolation algorithms。)
    2020-12-07 16:29:21下载
    积分:1
  • A-Watermarking-Algorithm(MATLAB)--
    盲水印提取时不需要参考原始载体图像,在信息隐藏、版权保护等方面具有更广泛的应用前景。提出的盲水印算法在分块离散余弦变换(DCT)和离散小波变换(DWT)的基础上,利用关系双方DCT系数和DWT系数在受到攻击时具有相同变化趋势的特点,采用关系嵌入和量化嵌入的自适应选择嵌入策略,较大幅度地提高了盲水印提取的鲁棒性。同时在量化嵌入中采用抖动调制,实现了水印透明性和鲁棒性调节的便捷性。大量仿真实验结果表明该算法对噪声干扰、低通滤波、JPEG压缩、对比度增强等攻击有很好的鲁棒性和透明性。关键词 数字水印盲水印关系嵌入量化嵌入离散余弦变换离散小波变换 按这篇文章的算法,自己编的matlab,没有攻击时水印提取率为1,加水印后图像PSNR有45+,。有攻击后提取率也有0.9+。(Blind watermark extraction can be fulfilled without referring to the original host image. Therefore it hasmuch prospective applications in the fields of information hiding and copyright protection. Based on blocking Discrete Cosine Transform (DCT) and blocking DiscreteWaveletTransform (DWT), the proposed blind watermarking algorithm uses an embedding strategy of adaptively selecting either relationship embedding or quantization embedding. The relationship em- bedding comes from the observation thatboth themagnitudes of coefficients concerned in the relationship usually have thesame change trend when the image is attacked. This strategy remarkably improves the robustness ofwatermark extraction.In addition, dithermodulation is used in quantization embedding, bywhich the tradeoff between transparency and robus-tness ofwatermarking can be easily adjusted. Simulation results show that the algorithm is fairly robust against the attacks such as noise, filtering, compression, and contrast )
    2013-04-14 16:15:47下载
    积分:1
  • RLC1
    游程编码是是一种有效的信源编码,能够实现对二值化的图像或者二元序列进行压缩,且具有较好的压缩率。(this program is a good kind of RLC. It could come out rlc, and could compression binary sequences and image )
    2012-06-04 20:32:07下载
    积分:1
  • CBIR-matlab-GUI
    实现了一个基于颜色、纹理、形状综合特征的MatlabGUI图像检索系统。(Bulit an image retrieval system based on which combines these three features and realizes user-defined weights.)
    2013-01-05 15:04:24下载
    积分:1
  • SPIHT_Matlab
    应用于图像压缩的SPIHT算法代码,此代码的步骤很清晰,我自己加了很多注释,特别好理解。(SPIHT code which is used in image compression,with many notes of my own so really easy to understand.)
    2014-05-15 17:11:39下载
    积分:1
  • k-svd_second
    通过稀疏重构一幅自然图像,使得该图像重新生成,同时找出稀疏系数。(One kind of denoising signal sparse representation)
    2016-10-08 17:14:45下载
    积分:1
  • 下载网络片至本机或服务器 并附带生成缩略实例
    此实例已经过测试,大家拿来即可使用,无须配置! 两个功能:一个是用程序实现下载网络图片至本地,另一个是自动生成该图片的缩略图
    2012-12-21下载
    积分:1
  • extractROI
    用于图像处理中的感兴趣区域的提取,以便对物体进行识别(extract the ROI in image process)
    2010-05-18 19:35:15下载
    积分:1
  • shiyan
    用于植物叶片分类的图形界面,是Matlab源码,用BP神经网络实现(For plant leaf classification graphical interface, the Matlab source code, using BP neural network)
    2013-10-11 09:10:49下载
    积分:1
  • 插帧
    图像处理,通过matlab程序实现视频插帧的功能(Image processing and video frame insertion through MATLAB program)
    2020-08-18 15:58:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载