资源简介
实现图片的sift特征的提取,并能够进行聚类,生成词典。并且附带详细的注释及说明。我们现在的图片有关sift的,都是使用此代码。绝对可用。对初学者和开发者都有很大的帮助。
代码片段和文件信息
function [ ]=bow(class_count)
addpath(genpath(pwd));
if(class_count<=0)
fprintf(‘error:class_count must Greater than 0 \n‘);
else
fprintf(‘class_count= %d \n‘class_count);
class_dir=‘classes‘;
DIRS=dir(class_dir);
n=length(DIRS);
for i=1:n
if (~DIRS(i).isdir && ~strcmp(DIRS(i).name‘.‘) && ~strcmp(DIRS(i).name‘..‘) )
delete(fullfile(class_dirDIRS(i).name));
end
end
my_classes(class_count);
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 516 2014-03-17 15:09 bow-sift\bow.m
文件 1077 2014-03-17 21:08 bow-sift\bow_test.m
文件 641 2013-03-18 19:30 bow-sift\combine.m
文件 1028 2014-03-17 14:47 bow-sift\desc
文件 1435 2013-02-01 20:02 bow-sift\desc
文件 5423 2010-06-03 10:31 bow-sift\desc
文件 5412 2010-06-03 10:53 bow-sift\desc
文件 3896 2014-03-16 22:33 bow-sift\desc
文件 486 2012-03-26 10:07 bow-sift\desc
文件 368 2012-03-26 10:10 bow-sift\desc
文件 1844 2013-02-01 21:12 bow-sift\desc
文件 1553 2013-02-21 20:14 bow-sift\desc
文件 142 2013-03-06 17:30 bow-sift\desc
文件 1114 2013-03-17 21:15 bow-sift\desc
文件 179058 2014-03-17 21:54 bow-sift\feature_Sift-bow256.txt
文件 4322 2013-02-23 16:23 bow-sift\key-location\do_extrefine.asv
文件 4322 2010-06-03 15:04 bow-sift\key-location\do_extrefine.m
文件 2133 2010-05-30 16:30 bow-sift\key-location\do_localmax.m
文件 1177 2013-05-13 18:53 bow-sift\main_bow.asv
文件 1177 2013-05-13 20:03 bow-sift\main_bow.m
文件 2505 2010-05-31 16:43 bow-sift\orientation\do_orientation.m
文件 27984 2014-03-17 18:55 bow-sift\orig_Sift-bow64.txt
文件 2387 2006-11-20 14:33 bow-sift\README.txt
文件 464 2006-11-14 22:56 bow-sift\scale-space\do_diffofg.m
文件 2964 2010-05-30 15:28 bow-sift\scale-space\do_gaussian.m
文件 215 2006-11-14 22:59 bow-sift\scale-space\smooth.m
文件 2576 2014-03-17 21:38 bow-sift\sift_feature.m
文件 359 2006-11-15 13:53 bow-sift\util\appendimages.m
文件 301 2006-11-16 14:07 bow-sift\util\imreadbw.m
文件 1812 2010-06-03 15:22 bow-sift\util\plotsiftfr
............此处省略12个文件信息
相关资源
- SIFT2844912
- docs
- SIFT2830309
- sift sift图像匹配的纯matlab代码
- PG_BOW_DEMO 图像的特征用到了Dense Sift
- SIFT 图像检索中经典的SIFT方法matlab实
- sift----matlab sift算法的完整matlab程序
- demo_ASIFT_Win ASIFT图像特征提取源代码
- plot 使用sift+RANSAC完成两幅图像的特征
- 3D_MATCHing_SIFT matlab环境下的三维点云配
- computer_vision_work 自动图像拼接
- imMosaic 基于sift的图像拼接算法
- LBP-SIFT-image-matching-algorithm-combined
- sift 自己实现的sift特征提取的matlab代
- vlfeat-0.9.9
- sift sift特征提取
- surf 改进的sift算法
- sift-match MATLAB工具sift实现图像拼接
- immosaic-by--sift 基于sift的图像特征点提
- sift
- sift sift算法图像特征提取
-
image-stitch-ba
sed-sift 经过测试的基于 - image-stitching--matlab 改进的图像拼接算
- dense_sift sift特征提取
- Asift的matlab代码,可直接运行
- 基于SIFT算子的车标识别代码及报告
- 利用sift进行物体匹配的matlab版本
- pca sift matlab代码 以及详细介绍
- surf算法matlab源码
评论
共有 条评论