搜索资源列表
PG_BOW_DEMO
- 图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。 其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题? 用BoW描述完图像之后,指的是将训练集以及测试集
Rose_hudiejie
- 计算机图形学的 二维图形之曲线——蝴蝶结实验。该实验能画出蝴蝶结,动态静态都可以。-Two-dimensional graphics of computer graphics curves- Bow experiment. This experiment can draw a bow, can be dynamic static.
caltech-image-search-1.0
- 大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Sc
pizi-PG_BOW_DEMO-f199dc0
- 词袋描述子的源代码库,用于图像之间进行具有大致相同的外观信息的匹配-a source library on BOW
hudiejie
- opengl 画蝴蝶结算法 适合初学者的方法,可以参考一下。-opengl painting bow
SVM-image-classification--OpenCV--
- 基于SVM与BoW的图片分类的OpenCV实现,从外国网站下载的-SVM-based image classification with BoW OpenCV implementation from foreign website
Two-dimensional
- 二维图形及其几何变换。图形:蝴蝶结,变换:平移和变比(缩放)。VC++6.0工程文件。-Two-dimensional graphics and geometric transformations. Graphics: bow, transformations: translation and transformation ratio (zoom). VC++6.0 project file.
PG_BOW_DEMO-master
- 一个用BoW|Pyramid BoW+SVM进行图像分类的Matlab Demo -Image Classification using Bag of Words and Spatial Pyramid BoW
TextureClassifier
- Zisserman纹理分类算法的例子,使用MR8滤波器和BOW作为特征描述,用最近邻进行分。-Examples Zisserman texture classification algorithm, the use of filters and BOW MR8 as characterization, carried out with the nearest neighbor points.
spatial_pyramid_code
- 通过对图片提取特征,将特征用bow算法构建图片特征的字典。-Through the image feature extraction, the characteristic feature of the dictionary build pictures with bow algorithm.
bow-sift
- 实现图片的sift特征的提取,并能够进行聚类,生成词典。并且附带详细的注释及说明。我们现在的图片有关sift的,都是使用此代码。绝对可用。对初学者和开发者都有很大的帮助。-Achieve the picture sift feature extraction and clustering can generate dictionary. And with detailed notes and instructions. We are now about sift pictures, are us
opencv
- 图像场景分类的bow模型opencv源代码,采用k-means聚类构造单词,采用支持向量机的svm分类器。-Image scene classification bow model opencv source code, using k-means clustering structure of words, using support vector machine svm classifier.
ABOW.tar
- 扩展的BOW,用于视频数据的行为识别,视频数据需要转换成特定的格式-ABOW source code
BOW-MATLAB
- BOW主要是对图像的金字塔进行分块描述,进一步生成模型或者判别模型完成图像分类。在图像搜索和筛选中发挥着重要作用-BOW mainly on image pyramids block descr iption, further models or discriminant model generates complete image classification. It plays an important role in image search and screening
PG_BOW_DEMO-master
- 一个用BoW|Pyramid BoW+SVM进行图像分类的Matlab Demo-A use BoW | Pyramid BoW+ SVM for image classification Matlab Demo
BOW_master
- 用libsvm对sift特征进行分类,使用了SPM和BOW-Classification on SIFT features with Libsvm
PG_BOW_DEMO-master
- 丕子大神的BOW模型svm示例,可以用来实现自己的图片分类程序-svm example BOW model Pi child Great God, can be used to implement your own image classification procedures
bowWave
- 舰艏浪仿真代码,模拟舰船航行时舰艏产生的浪花-Ship bow wave simulation code, simulation ship sailing ship bow waves generated
bag_of_feature2
- opencv bag of feature.BOW 分类方法,已经编译过。-opencv bag of feature
BoWClassifierImg
- 基于经典的BOW模型实现图像分类 包含训练和测试图像集-Image classification based on classical BOW model,Contains training images and test images