资源简介
该matlab源码描述了基于局部受限线性编码的图像分类算法
"Locality-constrained Linear Coding for Image Classification", CVPR 2010.
)
代码片段和文件信息
function extr_sift(img_dir data_dir)
% for example
% img_dir = ‘image/Caltech101‘;
% data_dir = ‘data/Caltech101‘;
addpath(‘sift‘);
gridSpacing = 6;
patchSize = 16;
maxImSize = 300;
nrml_threshold = 1;
[database lenStat] = CalculateSiftDescriptor(img_dir data_dir gridSpacing patchSize maxImSize nrml_threshold);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3758 2009-04-20 00:42 sift\CalculateSiftDesc
文件 4187 2009-04-07 03:24 sift\sp_find_sift_grid.m
文件 971 2009-09-27 03:20 sift\sp_normalize_sift.m
文件 322 2010-05-27 22:30 extr_sift.m
文件 1559 2010-05-07 18:43 LLC_coding_appr.m
文件 1709 2010-05-07 18:41 LLC_pooling.m
文件 7328 2010-05-27 22:46 LLC_Test.m
文件 698 2010-05-27 23:07 README
文件 1537 2010-05-26 16:21 retr_databa
文件 579328 2010-04-11 23:06 dictionary\Caltech101_SIFT_Kmeans_1024.mat
目录 0 2010-05-27 22:47 image
目录 0 2010-05-08 19:35 sift
目录 0 2010-05-27 22:48 data
目录 0 2010-05-08 19:35 dictionary
目录 0 2010-05-27 22:48 features
----------- --------- ---------- ----- ----
601397 15
相关资源
- 8916_msimage.mbn
- image normalization图像归一化matlab程序
- BM3D matlab
- HDR_image-master MATLAB仿真程序
- image fusion tools
- IMAGE_MATLAB_GUI
- Deblurring Images Matrices Spectra and Filteri
- _image fusion(精品.zip
- matlab开发-Poissonimageediting
- BM3D滤波算法+BM3D_image,可实现
- digital image correlation
- Biosignal and biomedical image processing matl
- HDR_image-master MATLAB 仿真程序 包含多张
- kmeans图像分类
- Image Deformation Using Moving Least Squaresma
- matlab开发-Image2Data
- Image Deformation Using Moving Least Squares 移
- MATLAB实现灰度处理
- Quaternion and Octonion Color Image Processing
- [实用Matlab图像与视频处理][ocr_exampl
- Gonzalez_2009_Digital Image Processing Using M
- 数字图像处理MATLAB版第二版配套资源
- 图像分割的matlab算法
- Rectangling Panoramic Images via Warping论文的
- Digital Image Processing Using Matlab_2ed_Gonz
- SAR图像分类识别
- 基于MATLAB的金属表面缺陷分类与测量
- MATLAB Image Processing Toolbox官方教程
- MATLAB图像处理能力提高与应用案例
- imagenet-vgg-verydeep-19.mat
评论
共有 条评论