登录
首页 » matlab » 0301

0301

于 2011-07-14 发布 文件大小:2783KB
0 250
下载积分: 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 个回复

  • cs
    说明:  压缩传感理论的一个简单例子,首先对信号进行稀疏采样,然后利用MP算法对信号进行重建。(Compressed sensing theory of a simple example, first of all, the signal sparse sampling, and then use MP algorithm of signal reconstruction.)
    2009-01-14 13:49:38下载
    积分:1
  • duanceng
    对采样得到的180幅断层图像进行重建,并针对其中的一幅图像进行处理,并且统计图像中颗粒的大小和数目!(Tomographic images of 180 samples obtained were rebuilt, and for which an image processing and image size and number of particles statistics!)
    2014-02-17 22:34:53下载
    积分:1
  • 实现的无损压缩
    该程序主要实现图像的无损压缩,具体算法包括: (1)整数小波变换+SPIHT无损压缩 其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。 (2)DPCM+算术编码 DPCM采用的是JPEG中采用的方法; (3)JPEG-LS标准 JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)
    2008-06-02 11:01:57下载
    积分:1
  • 46597
    图象数据透明化源码,主要使用两种方法使图象透明显示:一种是用画板载入画图片,画出方式选择透明白色;另一种是将图象数据字节集化,并按高度和宽度逐一改变颜色使颜色透明。(Transparent image data source, the main use of the image transparent display two methods : one is to use Sketchpad loaded Picture , Draw Mode Select transparent white; the other is a set of bytes of image data , and press)
    2017-07-01 17:21:08下载
    积分:1
  • ZKL_classifier_final
    说明:  基于高光谱数据集PaviaU的数据降维与分类,基于核函数的主成分分析kpca测试(Dimension reduction and classification based on hyperspectral data set paviau, KPCA test based on kernel function principal component analysis)
    2020-02-27 14:45:32下载
    积分:1
  • HazeRemoval
    暗通道去雾代码,使用c++实现 根据cvpr论文改写(Channel code to the dark fog)
    2011-08-22 08:48:18下载
    积分:1
  • ASED
    在自动化生产线VC开发的运动控制机器视觉程序,XYZ三个轴有PCI板卡控制,视频卡采集图像后经算法处理找到图像的点,VC控制步进电机到加胶位置加胶,在机器上运行每日点胶100000次无故障(VC development in automated production lines motion control machine vision program, XYZ three-axis control with a PCI card, video card capture images after processing algorithm to find the image of the point, VC controlled stepper motor to position plus plus glue glue on the machine run the daily dispensing 100,000 times without failure)
    2020-09-10 05:38:04下载
    积分:1
  • kmeans-image-segmentation
    K均值 很好用的K均值代码 很好用的K均值代码(K-means K-means used in a very good code)
    2009-05-10 12:35:52下载
    积分:1
  • 视频增强播放器
    本程序基于MFC,VS2010编写,是一款可以打开任意视频格式的播放器,具有打开视频(任意格式,avi,mp4, rmvb,asf,avi,mpeg等), 具有快进,快退,暂停,播放,上一帧,下一帧,截图,拍照,快速播放慢速播放功能,同时提供图像处理功能(视频图像增强,视频图像去雾,海上目标检测功能)。(This program is based on MFC, VS2010. It is a player that can open any video format. It has open video (arbitrary format, avi, mp4, rmvb, asf, avi, mpeg, etc.). It has the functions of fast forward, fast backward, pause, playback, last frame, next frame, screenshot, photograph, fast playback and slow playback. It also provides image processing functions (video image enhancement, video image defogging, sea target detection).)
    2020-11-19 15:19:37下载
    积分:1
  • An-Affine-Projection-Sign-Algorithm-
    仿射投影符号算法是仿射投影算法和符号算法的组合算法,具有良好的抗冲击噪声的能力。(Affine projection algorithm is a combination algorithm symbol affine projection algorithms and symbolic algorithms, have good impact noise capabilities.)
    2016-01-04 19:58:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载