登录
首页 » matlab » 3-SIFT-DemoV4

3-SIFT-DemoV4

于 2019-09-23 发布
0 240
下载积分: 1 下载次数: 2

代码说明:

说明:  非常经典的基于特征的影像匹配,亲测好用,推荐下载试试,基础但好用(Feature-based image matching)

文件列表:

siftDemoV4\appendimages.m, 461 , 2005-07-07
siftDemoV4\basmati.pgm, 46433 , 2005-07-07
siftDemoV4\book.pgm, 97697 , 2005-07-07
siftDemoV4\box.pgm, 72310 , 2005-07-07
siftDemoV4\defs.h, 1920 , 2005-07-07
siftDemoV4\LICENSE, 1055 , 2005-07-07
siftDemoV4\Makefile, 631 , 2005-07-07
siftDemoV4\match.c, 4876 , 2005-07-07
siftDemoV4\match.m, 1940 , 2005-07-07
siftDemoV4\README, 7952 , 2005-07-07
siftDemoV4\scene.pgm, 196623 , 2005-07-07
siftDemoV4\showkeys.m, 1699 , 2005-07-07
siftDemoV4\sift, 45070 , 2005-07-07
siftDemoV4\sift.m, 2494 , 2005-07-07
siftDemoV4\siftWin32.exe, 94208 , 2005-07-07
siftDemoV4\util.c, 7493 , 2005-07-07
siftDemoV4, 0 , 2006-07-28
www.pudn.com.txt, 218 , 2007-01-22

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

发表评论

0 个回复

  • 统计
    说明:  计算图像直方图的统计特征,包括均值,方差,熵,三阶矩等。(image histogram calculated the statistical characteristics, including mean, variance, entropy, such as third-order moments.)
    2005-11-16 12:00:35下载
    积分:1
  • radar-moving-target-simulation
    利用固定目标和运动目标之间速度的差别所引起的多普勒频移不同根据在动目标 显示和动目标检测中使用的各种滤波器去除固定杂波提取动目标的回波能够大大 改善在杂波背景下检测运动目标的能力仿真结果显示出很好的效果也给出了改善 因子与积累脉冲数间关系 (radar moving target simulation)
    2015-05-04 22:35:32下载
    积分:1
  • ch1程序与数据
    说明:  本例程可以通过肤色进行人脸检测,同时包含一些对图像的基本处理方法,并集成了人脸识别的GUI界面。(This routine can detect face by skin color, and also includes some basic processing methods for image, and integrates GUI interface of face recognition.)
    2021-03-17 14:52:54下载
    积分:1
  • 基于sift特征的全景像拼接
    说明:  可以将有重叠部分的多张图片拼接成一张全景图片(You can stitch multiple images with overlapping parts into a single panorama)
    2019-06-27 15:36:20下载
    积分:1
  • reconstruction
    运用四边形网格实现医学图像皮肤组织的三维重建算法,对于医学图像的三维重建非常有用(Using quad to reconstruct the contour of skin , it is very useful for medical image reconstruction)
    2009-04-08 15:10:20下载
    积分:1
  • fasta
    DNA比对中FASTA算法的简单实现,通过建立查找表、位移表和位移向量表来得出两条序列的最大匹配位移。(DNA matching the FASTA algorithm is simple to achieve, through the establishment of a lookup table, displacement and the displacement vector table to derive maximum matching two sequences displacement.)
    2021-01-11 11:18:49下载
    积分:1
  • FaceLivenessDetection
    对可见光图片的人脸活体判断,内有C++和matlab实现,具体说明详见readme(For the visible light picture of the human face to determine, there are C++ and matlab implementation, specific instructions see readme)
    2021-04-19 21:28:50下载
    积分:1
  • 12_运动车辆检测跟踪系统
    1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.dll,cvaux210.dll,cvcore210.dll,highgui210.dll,ml210.dll这五个文件拷贝至*.exe可执行文件下。(First, open the CR. AVI video from the file menu and the system will display the first frame of the video. 2. Click on the Background extract menu and the background will be extracted later and displayed in the open second window. 3. When the background is extracted, click on the Test Tracking menu to test and track the vehicle. 4. Click on the trajectory drawing menu to map the trajectory of the vehicle. Note: Since a video decoder is required to open an AVI video file using OpenCV, install a DivX-type video decoder on the computer before the program runs, otherwise an error will occur that can not open the file. The program uses OpenCV2 .1, which requires five files to be copied to *, cv210. DLL, cvaux 210. DLL, cvcore 210. DLL, highgui 210. DLL, ML 210. DLL. Exe under executable.)
    2018-02-24 09:11:18下载
    积分:1
  • DCT
    解决图像的DCT变换与逆变换,为JEPG压缩做铺垫(To solve the image DCT transform and inverse transform, in order to pave the way for JEPG compression)
    2009-10-24 18:38:40下载
    积分:1
  • SequenceImageWaveletCompress
    matlab实现的小波图像压缩,序列图像压缩处理,效果很理想(Matlab realization of wavelet image compression, image compression sequence, and the effect is very satisfactory)
    2006-10-24 02:23:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载