登录
首页 » matlab » modifiedPCA-SIFT

modifiedPCA-SIFT

于 2013-05-22 发布 文件大小:1926KB
0 87
下载积分: 1 下载次数: 25

代码说明:

  修改过的pca-sift程序 可以正常运行(Modified pca-sift program runs)

文件列表:

修改过可以运行的PCA-SIFT
........................\PCA-SIFT
........................\........\pcasift-0.91nd
........................\........\..............\aclocal.m4,31962,2004-06-06
........................\........\..............\AUTHORS,19,2004-01-27
........................\........\..............\ChangeLog,0,2004-01-27
........................\........\..............\config.h.in,557,2004-06-06
........................\........\..............\configure,142154,2004-06-06
........................\........\..............\configure.ac,573,2004-03-22
........................\........\..............\htm" target=_blank>COPYING,1887,2004-01-27
........................\........\..............\htm" target=_blank>depcomp,12123,2004-01-27
........................\........\..............\htm" target=_blank>Doxyfile,7843,2004-01-27
........................\........\..............\gathergrads.cc,1473,2004-04-23
........................\........\..............\getpatches.cc,921,2004-04-23
........................\........\..............\gpcavects.txt,1806948,2004-01-27
........................\........\..............\image.cc,10435,2004-01-27
........................\........\..............\image.h,3224,2004-01-27
........................\........\..............\htm" target=_blank>INSTALL,9236,2004-01-27
........................\........\..............\htm" target=_blank>install-sh,5569,2004-01-27
........................\........\..............\keypoint.cc,18019,2004-06-06
........................\........\..............\keypoint.h,6915,2004-04-23
........................\........\..............\Makefile.am,713,2004-06-06
........................\........\..............\Makefile.in,19361,2004-06-06
........................\........\..............\htm" target=_blank>missing,10270,2004-01-27
........................\........\..............\htm" target=_blank>mkinstalldirs,1801,2004-01-27
........................\........\..............\NEWS,0,2004-01-27
........................\........\..............\htm" target=_blank>README,899,2004-01-27
........................\........\..............\recalckeys.cc,795,2004-01-27
........................\........\training




........................\........\........\eigvals.txt,7200,2013-05-22
........................\........\........\gpcavects.txt,238400,2013-05-22
........................\........\........\im.mat,94459,2013-05-21
........................\........\........\im.text,94459,2013-05-21

........................\........\........\oak1.jpg,170815,2003-10-02
........................\........\........\office.jpg,120213,2003-10-03
........................\........\........\p0.jpg,135478,2013-03-11
........................\........\........\pca.m,559,2004-04-23
........................\........\........\pcag.asv,762,2013-05-21
........................\........\........\pcag.m,762,2013-05-21
........................\........\........\ploteigs.asv,370,2013-05-21
........................\........\........\ploteigs.m,365,2013-05-21
........................\........\........\ploteigs2.m,571,2004-04-23
........................\........\........\readeigs.m,227,2004-04-23
........................\........\........\recipients.jpg,62714,2003-10-02
........................\........\........\runpca.asv,179,2013-05-21
........................\........\........\runpca.m,179,2013-05-21
........................\........\........\test2.m,111,2013-05-21

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

发表评论

0 个回复

  • MSE
    MSE,最小均方误差,用于图像匹配,可用,亲测(MSE, minimum mean square error for image matching, available, pro-test)
    2021-01-07 21:08:51下载
    积分:1
  • VehicleTrack
    视频车辆检测,主要是介绍视频中的车辆运动目标的检测和跟踪计数(The detection of video vehicle mainly introduces the detection and tracking of moving targets in video)
    2017-07-24 20:29:34下载
    积分:1
  • VMD_tu
    说明:  vmd分解之后分解信号和原信号的对比图、频谱图等(After VMD decomposition, the contrast and spectrum of the decomposed signal and the original signal, etc.)
    2020-06-20 11:20:02下载
    积分:1
  • inverse-with-Calibration-parameters
    利用摄像头工具箱标定得到的内部参数还原透视图像为“鸟瞰图”。本例中使用的图像时棋盘格。(Using the internal parameters obtained from the camera calibration toolbox. reducting perspective images as the "bird s eye view". In this case, use the image of the checkerboard.)
    2021-03-04 20:39:32下载
    积分:1
  • otsu
    说明:  经典的大津otsu算法在matlab中的实现程序,每一步都是经典步骤。(Otsu classical Otsus algorithm in matlab implementation process, each step is the classical steps.)
    2011-03-08 22:19:50下载
    积分:1
  • chazhi
    利用matlab进行插值法亚像素边缘检测,提取零件轮廓(Subpixel edge contour extraction)
    2019-03-14 15:00:10下载
    积分:1
  • svd
    采用SVD方法进行人脸特征提取,希望对大家有用(SVD method using facial feature extraction, in the hope that useful to everybody)
    2009-03-10 10:35:01下载
    积分:1
  • stimulated
    利用SBS产生任意形状滤波器,例如矩形滤波器,高斯型滤波,超高斯滤波器等(SBS to generate arbitrary shape filter, such as a rectangular filter, Gaussian filter, super-Gaussian filter)
    2013-04-07 19:30:42下载
    积分:1
  • PG_BOW_DEMO
    图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。 其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题? 用BoW描述完图像之后,指的是将训练集以及测试集的图像都用BoW模型描述了,就可以用SVM训练分类模型进行分类了。 在这里除了用SVM的RBF核,还自己定义了一种核: histogram intersection kernel,直方图正交核。因为很多论文说这个核好,并且实验结果很显然。能从理论上证明一下么?通过自定义核也可以了解怎么使用自定义核来用SVM进行分类。(Image features used in a Dense Sift, by the Bag of Words bag model to describe the word, of course, the training set is generally used to build the dictionary, because we do not test set. Although the test set is used as the test you, but who knows the practical application of the test image is valid, so I am here to build BoW dictionary only the training set. In fact, BoW idea is very simple, although many people have asked me, but as long as you understand how to build a dictionary and how to image map to the dictionary D up on the line, and interviews are often asked me this question, do not know you all how to use vivid language to describe this problem? After complete description of the image with BoW, refers to the training set and test set of images are described with the BoW model, the training of SVM classification model can be classified. Apart from having to use the RBF kernel SVM, but also their own definition of a nuclear: histogram intersection kernel, histogram )
    2011-11-01 17:01:09下载
    积分:1
  • sf_matlab
    频率步进matlab仿真:包括模糊图的生成,距离像的生成及允余去除拼接,最后还有雷达测角的matlab仿真,包括单目标及多目标(Frequency Step matlab simulation: including fuzzy map generation from the generation and Yun-I like the removal of splicing and, finally, the radar angle measurement of matlab simulation, including the single-objective and multi-objective)
    2021-04-23 14:48:47下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载