• 大小: 2KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-04-20
  • 语言: Matlab
  • 标签: LBP  MATLAB  

资源简介

多尺度LBP,代码根据论文“Learning Multi-scale Block Local Binary Patterns for Face Recognition”编写的

资源截图

代码片段和文件信息

% This function just using to obtain the Intergral image
% Hunan University
% Edit 25.01.2013
% if you find anything wrongjust not hesitate to email me
% hudalikm@163.com
% look for paper “Robust real time object detection“ for details
function Intergraimage=getIntergraimage(img)
if ndims(img)==3
    img=rgb2gray(img);% 灰度
end
img=double(img); % transform to double
Intergraimage.img=cumsum(cumsum(img1)2); % the intergral image
% IntegralImages.ii=padarray(IntegralImages.ii[1 1] 0 ‘pre‘);
Intergraimage.width = size(Intergraimage.img2);
Intergraimage.height = size(Intergraimage.img1);
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        618  2013-01-25 09:33  Multi-lbp\getIntergraimage.m

     文件        380  2013-01-25 09:31  Multi-lbp\main.m

     文件       2152  2013-01-25 09:31  Multi-lbp\MB-LBP.m

     目录          0  2013-05-07 09:45  Multi-lbp

----------- ---------  ---------- -----  ----

                 3150                    4


评论

共有 条评论