-
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
-
background
使用背景差分法实现一般视频的前景运动目标提取和检测。(The background difference method is used to realize the extraction and detection of the foreground moving target in the general video.)
- 2021-01-01 21:48:58下载
- 积分:1
-
GMMsegmation
利用高斯混合模型进行视频前景运动目标的提取!请使用自己的AVI文件。(extract the foreground moving object using the Gaussian mixture model)
- 2011-07-04 11:24:16下载
- 积分:1
-
sandian
ENVI制作散点图可以更改背景颜色 可以显示出R方比以前版本更精细(ENVI make a scatter plot can change the background color can show the R side finer than the previous version)
- 2014-05-26 20:02:18下载
- 积分:1
-
Neural-Network-pattern-recognition
说明: bp人工神经网络模式识别教程示例,研究人脸识别 手势识别有帮助(bp nervel network trainning and recognition ,e.g:face & dynamic hand gesture detection and face recognition .I hope it would be very useful for researcher !)
- 2009-08-02 10:51:30下载
- 积分:1
-
shipinzhen
提取AVI格式视频文件为一帧一帧的jpg格式图片(Extraction of AVI format video files to a jpg format of a picture)
- 2008-05-20 23:50:34下载
- 积分:1
-
zhangwen
说明: 掌纹识别palm print recognition software(gray processing, image filtering, detection angle HARRIS, wavelet decomposition. Heat extraction zone, the function of mathematical ecology )(Palmprint identification palm print recognition software (gray processing, image filtering, detection angle HARRIS, wavelet decomposition. Heat extraction zone, the function of mathematical ecology))
- 2008-10-28 16:57:12下载
- 积分:1
-
ImageFusion_PCA
在GDAL库下,采用主成分变换实现多光谱影像与全色高分辨影像的融合。(Under the GDAL library, the principal component transformation is used to fuse multispectral images with panchromatic high resolution images.)
- 2021-01-21 13:08:42下载
- 积分:1
-
cvpr09-(matlab)
何凯明的基于暗原色先验的去雾代码,去雾效果很好(Kaiming dark colors based on a priori defogging code defogging good effect)
- 2016-02-13 15:14:54下载
- 积分:1
-
noise
MATLAB给图像添加高斯、椒盐、加性及乘性噪声(噪声生成)源代码Free Source Code for Adds diferent types of noise to an image(MATLAB add to the image Gaussian, salt and pepper, additive and multiplicative noise (noise generated) source code Free Source Code for Adds diferent types of noise to an image)
- 2008-08-06 21:00:36下载
- 积分:1