-
大小: 1.82MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-10-30
- 语言: Matlab
- 标签: haar viola_jones
资源简介
有关haar特征检测的MATLAB程序,是对应viola_jonesde 的文献的
代码片段和文件信息
function dispimg(img)
% displays an intensity image (on any intensity scale) using a gray-scale colormap
% with 256 colors. The intensity data are scaled to use the full colormap i.e.
% the darkest pixel is mapped to 1 and the brightest to 256
% first create a temporary image which maps the darkest pixel to
% 1 and the brightest pixel to 256 using the utility function scale.m
y = scale(img-InfInf1256);
% now plot the image.....
%figure;
image(y);
colormap(gray(256));
axis(‘off‘);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2007-11-15 08:20 release1_nov14\code\
文件 498 2006-10-24 11:40 release1_nov14\code\dispimg.m
文件 1539 2007-11-15 08:09 release1_nov14\code\dispset2d.m
文件 4395 2007-11-14 23:02 release1_nov14\code\extract_features.m
文件 2880 2007-11-02 08:46 release1_nov14\code\initialize_weights175.m
文件 623 2007-11-14 23:02 release1_nov14\code\integral_image.m
文件 3940 2007-11-02 08:33 release1_nov14\code\learn_perceptron.m
文件 775 2006-10-10 16:50 release1_nov14\code\perceptron.m
文件 1759 2006-10-10 16:52 release1_nov14\code\perceptron_error.m
文件 1980 2007-11-02 07:04 release1_nov14\code\rect_sum.m
文件 1099 2006-10-19 08:53 release1_nov14\code\reform.m
文件 1024 2001-04-25 09:36 release1_nov14\code\scale.m
文件 56373 2007-11-15 08:10 release1_nov14\code\trainingimages.mat
文件 1981 2007-11-14 23:04 release1_nov14\code\vj_test.m
文件 6698 2007-11-15 08:20 release1_nov14\code\vj_train.asv
文件 6622 2007-11-15 09:13 release1_nov14\code\vj_train.m
目录 0 2007-11-15 07:39 release1_nov14\data\
文件 56021 2007-11-14 12:34 release1_nov14\data\data_lotsneg.mat
文件 1808405 2007-11-14 21:44 release1_nov14\data\precomputed_features.mat
目录 0 2007-11-15 09:13 release1_nov14\
相关资源
- CBIR(MATLABHSV直方图,Haar纹理特征,
- 基于haar特征+AdaBoost,CascadeBoost算法的
- 基于Haar分类和五官验证的人脸识别
- 基于HaarLike的人脸检测
- matlab实现haar小波分解
- haar特征提取 matlab
- 二维的Haar小波变换
- 一维信号的Haar小波分解与重构matlab程
- haar人脸 人眼检测 MATLAB
- haar小波的分解与 重构
- matlab中基于Viola-Jones算法的人脸检测
- haar-like特征的提取代码
- matlab编写的一维信号的Haar小波分解与
- Haar-like特征提取功能
- haar
- viola_jones 这个是最成熟的人脸检测算
- HaarPSRC=Vehicle-detection 运用harr特征+SR
评论
共有 条评论