登录
首页 » matlab » SIFT

SIFT

于 2015-05-09 发布 文件大小:1849KB
0 75
下载积分: 1 下载次数: 12

代码说明:

  SIFT图像配准,已测试比较好用,请大家放心使用(SIFT image registration)

文件列表:

SIFT_YantaoNoemie
.................\demo-data





.................\.........\java3.jpg,98272,2015-04-30
.................\.........\object0024.view01.png,578897,2003-04-25
.................\.........\object0024.view03.png,574557,2003-04-25
.................\descriptor
.................\..........\do_descriptor.m,5290,2006-11-17
.................\do_demo_1.m,855,2015-05-09
.................\do_demo_2.asv,2126,2006-11-20
.................\do_demo_2.m,1164,2015-05-09
.................\do_demo_3.m,1171,2006-11-20
.................\do_demo_4.m,1186,2006-11-20
.................\do_sift.m,3972,2006-11-20
.................\java.m,1162,2015-05-09
.................\key-location
.................\............\do_extrefine.m,3799,2006-11-15
.................\............\do_localmax.asv,1992,2006-11-17
.................\............\do_localmax.m,1991,2006-11-17
.................\main.m,140,2006-05-04
.................\match
.................\.....\do_match.asv,4748,2006-11-15
.................\.....\do_match.m,4879,2006-11-20
.................\orientation
.................\...........\do_orientation.m,2366,2006-11-17



.................\README.txt,2387,2006-11-20
.................\README.txt.bak,2387,2006-11-20
.................\scale-space
.................\...........\do_diffofg.m,464,2006-11-14
.................\...........\do_gaussian.m,2639,2006-11-14
.................\...........\smooth.m,215,2006-11-14
.................\sift_demo.m,1648,2015-05-09
.................\util
.................\....\appendimages.m,359,2006-11-15
.................\....\imreadbw.m,301,2006-11-16
.................\....\plotsiftdescriptor.asv,3408,2006-11-17
.................\....\plotsiftframe.m,1853,2006-11-20
.................\....\plotss.m,640,2006-11-20
.................\....\tightsubplot.m,1859,2006-11-20

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

发表评论

0 个回复

  • 12.2
    (1)在工具栏中点击“打开”功能出现文件打开窗口,用户选择一幅bmp图片后在指定区域居中显示该图片,若图片尺寸小于指定区域则按原始大小显示;若大于则按合适比例显示。 (2)鼠标指针在图片上停留时显示为十字形,同时在控件下方固定位置显示鼠标所在的图像x坐标和y坐标(如:50,100),以图片左上为坐标原点。 (3)在工具栏中可以点击控件实现在图片上绘制一次直线、矩形或圆等图形,在绘图过程中要求图片和图形一直可见,不能出现刷新痕迹,绘制的图形可以任意修改形状。 (4)可以任意选择图形线条的类型(虚线或直线)、颜色(三种)及粗细(三种),要求选择方式可以叠加,绘制过程要求可任意连续执行。 (5)在工具栏中点击“保存”功能出现文件保存窗口,用户可以选择保存路径来保存当前图片操作结果(包括图片和图形)。 (6)点击“关闭”功能,关闭当前图片,若操作结果尚未保存则必须弹出对话框提示用户进行保存。 ((1) in the tool bar, click on Open function has the file open window, the user selects a bmp image to center the picture in the designated area, if the image size is smaller than the specified area press the original size if more than press the appropriate scale display. (2) is shown as a cross when the mouse pointer over the image, while displaying an image x and y coordinates of the mouse cursor in a fixed position below the control (eg: 50,100) to image the upper left of the coordinate origin. (3) in the toolbar you can click controls to achieve a draw straight lines, rectangles or circles and other graphics on the picture, the requirements of pictures and graphics in the drawing process has been seen, it can not appear refreshed traces drawn graphics can be modified shape. (4) can choose the type of graph line (dashed or straight), color (three kinds) and thickness (three kinds), asked to choose the way can be superimposed, can arbitrarily draw process requires continuous exe)
    2015-10-23 12:16:41下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • tuxianzhuanzi
    利用c++实现图像转置源代码,像素变换的一种方式(use Image home to the source code, pixel transform the way)
    2006-06-11 17:09:19下载
    积分:1
  • ImageCutofRGB565BMP
    裁剪以RGB565格式保存的BMP文件,涉及位图掩码内容(imagecut of the BMP picture which saved with RGB565 format and mask)
    2015-01-22 10:57:48下载
    积分:1
  • shuangfengquyuzhi
    双峰法分割图像是一个比较经典的同时也是一个比较使用的图像分割方法(The bimodal France segmented image is a classic is also a use of image segmentation method)
    2012-07-04 17:10:51下载
    积分:1
  • wtmk
    说明:  通过生成秘钥得到一串具有一定长度的扩频码,将原始消息序列以扩频码的长度过采样产生过采样消息序列,并将扩频码以原始消息序列的长度多次重复成伪随机序列,再令过采样消息序列与伪随机序列异或就可以生成扩频消息序列。在频率域下,将扩频消息序列以一定的嵌入强度自适应地嵌入原始图像,得到的图像具有较强的鲁棒性,比起直接嵌入,扩频水印在受到攻击后恢复出的水印信息误码率要低得多。并且扩频码长度越长,容错率就越高,鲁棒性就越好。(A sequence of spread spectrum codes with a certain length is obtained by generating a secret key. The oversampling message sequence is generated by oversampling the original message sequence with the length of the spread spectrum code, and the spread spectrum code is repeated into a pseudo-random sequence with the length of the original message sequence for many times, and then the spread spectrum message sequence can be generated by making the difference between the oversampling message sequence and the pseudo-random sequence. In the frequency domain, the spread spectrum message sequence is adaptively embedded into the original image with a certain embedding strength, and the resulting image has strong robustness. Compared with direct embedding, the error rate of the watermark information recovered from the attack of spread spectrum watermark is much lower. And the longer the spreading code length, the higher the fault tolerance rate and the better the robustness.)
    2020-09-03 17:58:08下载
    积分:1
  • coif11
    软硬阈值及软硬阈值折中法对bumps信号去噪,另外包含信噪比以及均方误差的求解。(Soft and hard threshold and soft and hard threshold compromise the bumps signal denoising, the other contains the signal to noise ratio and mean square error to solve.)
    2012-07-03 15:35:06下载
    积分:1
  • POCS-SuperResulution
    说明:  用POCS方法对图像进行超分辨率重构,matlab源码,有解释(POCS method using super-resolution reconstruction of images, matlab source code, to explain)
    2021-03-19 19:39:19下载
    积分:1
  • HeadSegmentation
    文件包含脑部CT图像分割的程序及所用图片(File contains the brain CT image segmentation procedures and images used in)
    2010-01-05 12:37:23下载
    积分:1
  • demo_mtjsrc_OxfordFlower_17
    此程序为袁晓彤CVPR论文“基于多任务联合稀疏表示的的视觉分类”的主代码部分(The program for Yuan Xiaotong CVPR paper " visual classification with Muti-task joint sparse representation" main code of the parts)
    2013-09-16 14:06:25下载
    积分:1
  • 696518资源总数
  • 104235会员总数
  • 59今日下载