登录
首页 » matlab » sift-match

sift-match

于 2011-05-05 发布 文件大小:476KB
0 267
下载积分: 1 下载次数: 138

代码说明:

  图像拼接技术,图像配准技术,初步实现有重合区域的两幅图像的配准(Image mosaic technology, image registration, the initial overlap region to achieve a registration of two images)

文件列表:

sift-match
..........\sift-match
..........\..........\appendimages.m,588,2011-04-21
..........\..........\basmati.pgm,46433,2005-07-07

..........\..........\book.pgm,97697,2005-07-07
..........\..........\box.pgm,72310,2005-07-07
..........\..........\defs.h,1920,2005-07-07
..........\..........\image1.1.tif,18446,2011-04-24


..........\..........\htm" target=_blank>LICENSE,1055,2005-07-07
..........\..........\Makefile,631,2005-07-07
..........\..........\match.asv,1940,2011-04-21
..........\..........\match.c,4876,2005-07-07
..........\..........\match.m,1940,2011-04-21
..........\..........\htm" target=_blank>README,8147,2011-04-19
..........\..........\README.docx,16828,2011-04-21
..........\..........\scene.pgm,196623,2005-07-07
..........\..........\showkeys.asv,1695,2011-04-21
..........\..........\showkeys.m,1753,2011-04-21
..........\..........\sift,45070,2005-07-07
..........\..........\sift.asv,2488,2011-04-21
..........\..........\sift.m,2491,2011-05-04
..........\..........\siftWin32.exe,94208,2005-07-07
..........\..........\tmp.key,123002,2011-04-24
..........\..........\tmp.pgm,15,2011-05-04
..........\..........\Untitled.asv,189,2011-04-21
..........\..........\Untitled.m,225,2011-04-21
..........\..........\Untitled2.m,58,2011-04-21
..........\..........\untitled3.asv,1487,2011-04-24
..........\..........\untitled3.m,1506,2011-04-24
..........\..........\Untitled4.asv,298,2011-04-24
..........\..........\Untitled4.m,279,2011-04-24
..........\..........\Untitled5.m,204,2011-04-24
..........\..........\Untitled6.m,1817,2011-04-25
..........\..........\Untitled7.asv,369,2011-05-04
..........\..........\Untitled7.m,357,2011-05-04
..........\..........\util.c,7493,2005-07-07

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

发表评论

0 个回复

  • fuliye
    说明:  1. 对图像进行傅里叶变换。 2. 根据傅里叶变换的结果去除图像的竖条纹噪声。 3. 对图像进行傅里叶逆变换,得到分割图像。 (1. For the image Fourier transform. 2. According to the results of Fourier transform to remove the image of the vertical stripe noise. 3. Inverse Fourier Transform of the images obtained segmented image.)
    2010-03-17 19:30:01下载
    积分:1
  • Convolution_model
    褶积模型正演模拟,非常好用,非常好用,非常好用!(Forward simulation of convolution model ,very good!)
    2019-06-13 17:20:40下载
    积分:1
  • opencv
    基于opencv 实现毛衣的瑕疵检测 属于毕业设计 功能完整(it is perfect)
    2012-04-02 19:06:07下载
    积分:1
  • SLICsuperpixel
    自己编写的SLIC超像素分割,包括图片,论文(SLIC superpixel algorithm written by myself)
    2017-02-26 18:00:23下载
    积分:1
  • ACM
    主动轮廓模型图像分割算法,讲XU改进的算法用MATLAB进行实现(Active Contour Model for Image Segmentation Algorithm, speaking XU improved algorithm using MATLAB for the realization of)
    2008-01-17 20:45:45下载
    积分:1
  • SAD NCC
    说明:  自己上课编写的NCC sad图像匹配的代码(NCC sad image matching code prepared in class)
    2019-12-18 19:53:04下载
    积分:1
  • ImageProcessing
    说明:  用C语言实现图像的平滑,锐化及双线性内插算法的实现,效果很好(Using C language to achieve image smoothing, sharpening and bilinear interpolation algorithm to achieve good results)
    2008-11-25 19:10:19下载
    积分:1
  • Text-digital-watermarking-technology
    文本数字水印技术极富挑战性. 首先简述了文本的分 类 然后介绍了文本数字水印技术领域的主要研究成果和最新进展,包括基于文档结构、自然语言 处理技术和传统图像水印技术三类方法 从容量,鲁棒性,技术基础等方面比较了现有成果,分析了 各类方法的主要优缺点 最后在总结现有成果的基础上展望了文本数字水印技术的前景,指出了该 技术未来可能的研究重点以及待改进和研究的方向.(Text digital watermarking technology challenging, first outlined text points Class then presents the main findings and the latest developments in the field of text digital watermarking technology, including those based on document structure, natural language Processing technology and traditional method of image watermarking technology categories from the capacity, robustness, technology infrastructure and other aspects of the existing comparative results analyzed The main advantages and disadvantages of various types of methods finally summarize the results on the basis of the existing prospect foreground text digital watermarking technology, pointed out that Technology and possible future research priorities for improvement and research directions.)
    2021-03-26 10:19:14下载
    积分:1
  • reversiblewatermarking
    MATLAB的一个源文件。用差分直方图位移的可逆数字水印实现图像的完整性认证。(MATLAB as a source file. Histogram using differential displacement reversible digital watermarking images realize the integrity of certification.)
    2008-08-04 08:03:42下载
    积分:1
  • chap4
    程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象(Program code description P0401: Detects the edge of an image with the Prewitt operator P0402: LoG operator with different σ values is used to detect the edge of the image P0403: Detects the edge of an image with the Canny operator P0404: Threshold segmentation of the image P0405: Image segmentation using watermark threshold method P0406: Quadtree decomposition of the matrix P0407: The image is divided into text and non-text of the two categories P0408: Morphological gradient detects the edge of a binary image P0409: Morphology Example- Deletes all current lines the PCB image, leaving only the chip object)
    2016-11-05 20:16:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载