登录
首页 » matlab » PG_BOW_DEMO

PG_BOW_DEMO

于 2011-11-01 发布 文件大小:3501KB
0 164
下载积分: 1 下载次数: 567

代码说明:

  图像的特征用到了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 )

文件列表:

PG_BOW_DEMO
...........\BOW
...........\...\CalculateDictionary.m,3821,2011-10-24
...........\...\CompilePyramid.m,3354,2011-10-24
...........\...\do_assignment.m,2384,2011-10-24
...........\...\do_classification_inter_svm.m,2198,2011-10-24
...........\...\do_classification_rbf_svm.m,1731,2011-10-24
...........\...\do_normalize.m,875,2010-12-21
...........\...\do_p_classification__inter_svm.m,2243,2011-10-24
...........\...\do_p_classification__rbf_svm.m,1382,2011-10-24
...........\...\draw_cm.m,1132,2011-10-24
...........\...\EuclideanDistance.m,1303,2010-12-21
...........\...\find_grid.m,446,2011-10-24
...........\...\find_sift_grid.m,4292,2010-09-08
...........\...\GenerateSiftDescriptors.m,2765,2011-10-24
...........\...\hist_isect.m,759,2009-01-17
...........\...\hist_isect_c.c,3305,2010-10-31
...........\...\hist_isect_c.mexw32,8192,2010-10-31
...........\...\load_image.m,154,2010-06-01
...........\...\MakeDataDirectory.m,601,2011-10-24
...........\...\make_dir.m,223,2008-12-10
...........\...\normalize_sift.m,650,2008-12-10
...........\...\num2string.m,324,2010-06-01
...........\...\read_image_db.m,264,2010-06-01
...........\...\rotateXLabels.m,14315,2010-10-16
...........\...\show_results_script.m,551,2011-10-24
...........\...\sumnormalize.m,258,2010-09-27
...........\images
...........\......\testing
...........\......\.......\Phoning





...........\......\.......\.......\Phoning_0046.jpg,8039,2010-12-01
...........\......\.......\.......\Phoning_0047.jpg,7224,2010-12-01
...........\......\.......\.......\Phoning_0048.jpg,5127,2010-12-01
...........\......\.......\.......\Phoning_0049.jpg,7508,2010-12-01
...........\......\.......\.......\Phoning_0050.jpg,8208,2010-12-01
...........\......\.......\.......\Phoning_0051.jpg,5768,2010-12-01
...........\......\.......\.......\Phoning_0052.jpg,8054,2010-12-01
...........\......\.......\.......\Phoning_0053.jpg,4570,2010-12-01
...........\......\.......\.......\Phoning_0054.jpg,6483,2010-12-01
...........\......\.......\.......\Phoning_0055.jpg,10949,2010-12-01
...........\......\.......\.......\Phoning_0056.jpg,6162,2010-12-01
...........\......\.......\.......\Phoning_0057.jpg,6260,2010-12-01
...........\......\.......\.......\Phoning_0058.jpg,6075,2010-12-01
...........\......\.......\.......\Phoning_0059.jpg,6552,2010-12-01
...........\......\.......\.......\Phoning_0060.jpg,6937,2010-12-01
...........\......\.......\PlayingGuitar





...........\......\.......\.............\PlayingGuitar_0046.jpg,6645,2010-12-01
...........\......\.......\.............\PlayingGuitar_0047.jpg,7999,2010-12-01
...........\......\.......\.............\PlayingGuitar_0048.jpg,6086,2010-12-01
...........\......\.......\.............\PlayingGuitar_0049.jpg,8494,2010-12-01
...........\......\.......\.............\PlayingGuitar_0050.jpg,8091,2010-12-01
...........\......\.......\.............\PlayingGuitar_0051.jpg,6623,2010-12-01
...........\......\.......\.............\PlayingGuitar_0052.jpg,8579,2010-12-01
...........\......\.......\.............\PlayingGuitar_0053.jpg,6667,2010-12-01
...........\......\.......\.............\PlayingGuitar_0054.jpg,8841,2010-12-01
...........\......\.......\.............\PlayingGuitar_0055.jpg,6044,2010-12-01
...........\......\.......\.............\PlayingGuitar_0056.jpg,9012,2010-12-01
...........\......\.......\.............\PlayingGuitar_0057.jpg,6193,2010-12-01
...........\......\.......\.............\PlayingGuitar_0058.jpg,7634,2010-12-01
...........\......\.......\.............\PlayingGuitar_0059.jpg,7334,2010-12-01
...........\......\.......\.............\PlayingGuitar_0060.jpg,6169,2010-12-01
...........\......\.......\RidingBike





...........\......\.......\..........\RidingBike_0046.jpg,7738,2010-12-01
...........\......\.......\..........\RidingBike_0047.jpg,12070,2010-12-01
...........\......\.......\..........\RidingBike_0048.jpg,10762,2010-12-01
...........\......\.......\..........\RidingBike_0049.jpg,9391,2010-12-01
...........\......\.......\..........\RidingBike_0050.jpg,10658,2010-12-01
...........\......\.......\..........\RidingBike_0051.jpg,9922,2010-12-01
...........\......\.......\..........\RidingBike_0052.jpg,8439,2010-12-01
...........\......\.......\..........\RidingBike_0053.jpg,18064,2010-12-01
...........\......\.......\..........\RidingBike_0054.jpg,8102,2010-12-01
...........\......\.......\..........\RidingBike_0055.jpg,12955,2010-12-01
...........\......\.......\..........\RidingBike_0056.jpg,10017,2010-12-01
...........\......\.......\..........\RidingBike_0057.jpg,11733,2010-12-01
...........\......\.......\..........\RidingBike_0058.jpg,8225,2010-12-01
...........\......\.......\..........\RidingBike_0059.jpg,11828,2010-12-01
...........\......\.......\..........\RidingBike_0060.jpg,10048,2010-12-01
...........\......\.......\RidingHorse





...........\......\.......\...........\RidingHorse_0046.jpg,7993,2010-12-01
...........\......\.......\...........\RidingHorse_0047.jpg,10127,2010-12-01

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

发表评论

0 个回复

  • matlab
    intrans matlab code special effects
    2017-12-26 05:47:25下载
    积分:1
  • FIR滤波器 C5000 DSP的实现
    用c语言实现的FIR算法 高通滤波器
    2017-12-13下载
    积分:1
  • 3ddwt_code
    对于视频3D-DWT变换处理,嵌入水印图像。属于数字视频水印算法,包含水印嵌入算法以及水印提取算法。(3DDWT wavelet transform)
    2012-04-17 16:33:48下载
    积分:1
  • matlabCV
    一些图象处理及机器视觉的matlib工具,例程,有ransac算法,求单应矩阵等等。(some image processing and machine vision matlib tools, routines, ransac algorithm, should seek single matrix, and so on.)
    2007-06-13 21:24:33下载
    积分:1
  • watershedxibaofenge
    基于MATLAB,使用分水岭的细胞分割方法,同时可以利用这方法,进行细胞计数(Based on MATLAB, the use of watershed cell segmentation method, at the same time can make use of this method, the cell count )
    2021-01-30 12:18:38下载
    积分:1
  • 白平衡代码
    说明:  几个白平衡程序,都能运行出来,可以用于水下图像偏绿偏蓝现象的颜色调整(Several white balance programs can be run)
    2020-11-25 14:49:38下载
    积分:1
  • water_hammer
    本程序采用了特征线法计算管道阀门关闭时的水锤(This program uses a water hammer characteristic line method to calculate the pipe when the valve is closed)
    2020-10-16 10:17:28下载
    积分:1
  • untitled
    图像倒频谱生成并分析,可以用于运动模糊图像的PSF参数估计(Cepstrum image generation and analysis, can be used for motion-blurred image PSF parameter estimation)
    2021-02-04 17:59:57下载
    积分:1
  • 快速NL-means去噪算法
    说明:  基于matlab的快速非局部均值去噪的源程序(Source program of fast nonlocal mean denoising based on MATLAB)
    2020-07-04 16:28:50下载
    积分:1
  • Adaptive_Filtering
    自适应卡尔曼滤波 英文参考文档资料 含有matlab例程(Adaptive Kalman filtering English reference documentation contains matlab routine)
    2012-10-12 10:26:35下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载