• 大小: 863KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: Matlab
  • 标签: LBP  MATLAB  算法  

资源简介

matlab原始代码,以及算法的讲解,实验的程序。

资源截图

代码片段和文件信息

%GETMAPPING returns a structure containing a mapping table for LBP codes.  
%  MAPPING = GETMAPPING(SAMPLESMAPPINGTYPE) returns a structure containing a mapping table for  
%  LBP codes in a neighbourhood of SAMPLES sampling  points. Possible values for MAPPINGTYPE are  
%       ‘u2‘   for uniform LBP  
%       ‘ri‘   for rotation-invariant LBP  
%       ‘riu2‘ for uniform rotation-invariant LBP.  
%  
%  Example:  
%       I=imread(‘rice.tif‘);  
%       MAPPING=getmapping(16‘riu2‘);  
%       LBPHIST=lbp(I216MAPPING‘hist‘);  
%  Now LBPHIST contains a rotation-invariant uniform LBP  histogram in a (162) neighbourhood.  
%  
  
function mapping = getmapping(samplesmappingtype)
% Version 0.1.1
% Authors: Marko Heikkil?and Timo Ahonen

% Changelog
% 0.1.1 Changed 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1903  2014-07-17 20:40  LBP\1-1.jpg
     文件        7256  2015-07-25 21:16  LBP\LBP.m
     文件         113  2015-07-24 20:04  LBP\Untitled4.m
     文件        2817  2015-07-24 12:45  LBP\getmapping.m
     文件         803  2015-07-25 11:30  LBP\lbptest.m
     文件         681  2015-07-25 20:50  LBP\main.m
     文件      921006  2015-07-24 13:42  LBP\人脸识别经典算法二:LBP方法.docx
     目录           0  2015-07-29 19:41  LBP\

评论

共有 条评论