-
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
-
GMLRANSAC
GML_RANSAC_Matlab_Toolbox_0[1].2--RANSAC算法及其各种改进算法,以及仿真结果分析--只是分析(GML_RANSAC_Matlab_Toolbox_0 [1] .2 RANSAC algorithm and its improved algorithm, as well as analysis of simulation results- only analysis)
- 2007-08-17 22:34:20下载
- 积分:1
-
dwt_svd
MATLAB程序;图像的小波系数提取,然后进行奇异值分解,得到图像的特征系数。(MATLAB program wavelet coefficients of the image extraction, and singular value decomposition, image feature coefficients.)
- 2021-02-19 13:29:44下载
- 积分:1
-
Arnold2
新一代的arnold图像之乱变换算法,文件中详细说明了代码的含义,达到一定迭代次数后图像可以复原,是学习图像加密同学的必备代码(The chaos of a new generation of arnold image transformation algorithm, the paper detailed the meaning of the code, after a certain number of iterations the image can be restored, is essential for students to learn the code image encryption)
- 2011-05-05 09:26:02下载
- 积分:1
-
Dynominc
说明: 动态图层生成的例子,生成动态图层,动态目标移动(no)
- 2010-04-01 10:27:58下载
- 积分:1
-
laguerre
生成拉盖尔函数、缔合拉盖尔函数,并根据这两个函数的解析表达式画出若干个拉盖尔-高斯光束模型(Generation of Laguerre functions, associative Laguerre functions, and according to the analytical expression of these two functions to draw a number of Laguerre- Gaussian beam model)
- 2020-09-28 17:57:46下载
- 积分:1
-
KernelFisher
一个核fisher的代码,同样由matlab实现(A nuclear fisher code, also realize from matlab)
- 2007-09-18 22:33:37下载
- 积分:1
-
GISA
提出了一种广义迭代收缩算法(GISA)非凸稀疏编码,可以解决稀疏编码的一些优化问题.希望能对大家有所帮助!(A generalized iterative contraction algorithm (GISA) is proposed to solve some of the optimization problems of sparse coding. We hope to be helpful to everyone!)
- 2017-04-24 11:42:26下载
- 积分:1
-
PCAPSVM
PCA+SVM,对图像进行降维分类,并在yale库上测试取得比较好的效果(PCA+ SVM, dimensionality reduction of image classification, and yale library to achieve better test results)
- 2011-11-30 20:21:21下载
- 积分:1
-
harris
说明: harris检测 +ncc粗配+ransac去除错误点(harris detection. ncc coarse. ransac remove the error point)
- 2011-03-02 20:11:38下载
- 积分:1