登录
首页 » matlab » 0301

0301

于 2011-07-14 发布 文件大小:2783KB
0 194
下载积分: 1 下载次数: 401

代码说明:

  图像配准和拼接,肯定可以使用。。。harris+ransac(Image registration and stitching, they can definitely use. . .)

文件列表:

最终匹配版本-0301





.................\11.bmp,82998,2008-12-31
.................\12.bmp,82998,2008-12-31
.................\2.bmp,83000,2011-06-03
.................\21.bmp,82998,2010-12-27
.................\22.bmp,82998,2010-12-27
.................\25.bmp,83000,2011-06-03
.................\3-1.bmp,1380,2011-06-09
.................\3.bmp,83000,2011-06-03
.................\4-1.bmp,1380,2011-06-09
.................\4.bmp,83000,2011-06-03
.................\62.bmp,83000,2011-06-03
.................\7.bmp,83000,2011-06-03
.................\78.bmp,83000,2011-06-03
.................\87.bmp,83000,2011-06-03
.................\8_48_16_小视场录像_两飞机New.hw_第2382帧16_8.bmp,82998,2011-03-18
.................\8_48_16_小视场录像_两飞机New.hw_第2908帧16_8.bmp,82998,2011-03-18
.................\checkargs.m,740,2011-01-26
.................\d18_58_34_34.bmp,83000,2011-06-03
.................\d18_58_36_21.bmp,83000,2011-06-03
.................\d18_58_37_82.bmp,83000,2011-06-03
.................\d18_59_33_82.bmp,83000,2011-06-03
.................\d19_2_58_67.bmp,83000,2011-06-03
.................\d19_3_26_73.bmp,83000,2011-06-03
.................\d9_40_0_90.bmp,82998,2011-06-01
.................\d9_40_2_50.bmp,82998,2011-06-01
.................\d9_45_29_25.bmp,83000,2011-06-03
.................\d9_45_33_53.bmp,83000,2011-06-03
.................\d9_45_4_78.bmp,83000,2011-06-03
.................\derivative5.m,4922,2011-03-01
.................\F16-2.bmp,1036856,2011-03-18
.................\F16-3.bmp,1036856,2011-03-18
.................\funddist.m,1901,2011-03-01
.................\fundmatrix.m,3341,2011-01-26
.................\gaussfilt.m,930,2011-03-01
.................\harris.asv,1502,2011-03-04
.................\harris.m,1500,2011-03-04
.................\harris1.asv,3978,2011-03-03
.................\harris1.m,3977,2011-02-23
.................\hcross.m,949,2011-03-01
.................\High2.jpg,50651,2002-02-04
.................\High3.jpg,55455,2002-02-04
.................\hline.m,1641,2011-03-01
.................\hongwai.bmp,98280,2011-06-01
.................\im1.jpg,30421,2011-03-01
.................\im2.jpg,30408,2011-03-01
.................\ir.bmp,291654,2011-06-03
.................\ir1.bmp,102456,2011-06-03
.................\ir1.tif,223948,2011-06-03
.................\IR3.bmp,98278,2011-06-09
.................\isdegenerate.m,44,2008-04-18
.................\isgenerate.m,44,2008-04-18
.................\kejianguang.bmp,98280,2011-06-01
.................\main.asv,3323,2011-03-03
.................\main.m,3374,2011-06-15
.................\matchbycorrelation.m,7259,2011-03-01
.................\nonmaxsuppts.m,5210,2011-03-01
.................\normalise2dpts.m,2432,2011-01-26
.................\ransac.m,10104,2011-03-01
.................\ransacfitfundmatrix.m,3461,2011-01-26
.................\show.m,5098,2011-03-01
.................\stitch.asv,673,2011-03-02
.................\tmp.key,0,2011-06-03
.................\tmp.pgm,81935,2011-06-03
.................\v1.bmp,102456,2011-06-03
.................\vi.bmp,291654,2011-06-03
.................\visible3.bmp,98278,2011-06-09
.................\可见光边缘.bmp,187622,2011-06-15
.................\拼接结果.bmp,190966,2011-03-04
.................\拼接结果.pdf,8480,2011-03-04
.................\红外边缘.bmp,187622,2011-06-15

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

发表评论

0 个回复

  • 直方均衡化
    说明:  直方图均衡化能自动地增强整个图像的对比度,但它的具体增强效果不好控制,处理的结果总是得到全局均衡化的直方图,对数据的处理不加选择,可考虑采用自适应直方图均衡化(AHE),可改进图像的局部对比度以及获取更多的图像细节。MATLAB代码均可直接运行实现。(Digital image processing histogram equalization,Adaptive histogram equalization)
    2020-03-16 12:18:29下载
    积分:1
  • Smooth
    对图像进行平滑处理,像各种滤波的方法,如均值滤波法、中值滤波法(Smoothing the image, like the various filtering methods, such as mean filtering, median filtering method)
    2010-07-16 13:17:31下载
    积分:1
  • LS_Unwrape
    最小二乘相位解包裹算法,基于快速傅里叶变换(Least-squares algorithm for phase unwrapping)
    2020-09-29 16:47:45下载
    积分:1
  • eccv-10
    Real-time Specular Highlight Removal实现论文“Real-time Specular Highlight Removal Using Bilateral Filtering”中算法(Real-time Specular Highlight Removal Papers " Real-time Specular Highlight Removal Using Bilateral Filtering" in the algorithm)
    2021-02-11 00:39:52下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • contourlet
    利用contourlet变换、小波变换等方法,进行图像去噪,经过调试,完全可以运行,效果不错(Contourlet transform, wavelet transform methods for image denoising, debugging, can run, good results)
    2012-03-09 20:06:22下载
    积分:1
  • fast-parrallel-and-opta
    经典复合式指纹细化算法源码,算法步骤为先用快速并行算法遍历,后用OPTA算法遍历,附有注释。(Classic composite fingerprint thinning algorithm source code, for the first step of the algorithm with fast parallel algorithm traversal traversal algorithm after using OPTA, annotated.)
    2016-03-14 17:03:46下载
    积分:1
  • FBP_recn
    说明:  基于计算机断层扫描技术的正弦图,使用滤波反投影算法重建图像(filter back projection reconstruct)
    2020-04-03 09:40:52下载
    积分:1
  • superpixels
    采用超像素进行分割图像,利用到了超像素和Ncut的方法,采用了c与maltab混合编程。(Code to compute superpixels. use cncut and superpixel code for segmentation. Mex program c and matlab)
    2012-04-09 14:09:22下载
    积分:1
  • 6
    说明:  [Wang 2011]The Meaning of Interior Tomography
    2013-10-31 23:02:32下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载