• 大小: 6KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: Matlab
  • 标签: lbp  

资源简介

快速了解lbp纹理特征,可以通过case选择lbp的模式,可以选择,均匀模式,也可以选择旋转不变模式或者二者结合模式。

资源截图

代码片段和文件信息

%  LBP returns the local binary pattern image or LBP histogram of an image.
%  J = LBP(IRNMAPPINGMODE) returns either a local binary pattern
%  coded image or the local binary pattern histogram of an intensity
%  image I. The LBP codes are computed using N sampling points on a 
%  circle of radius R and using mapping table defined by MAPPING. 
%  See the getmapping function for different mappings and use 0 for
%  no mapping. Possible values for MODE are
%       ‘h‘ or ‘hist‘  to get a histogram of LBP codes
%       ‘nh‘           to get a normalized histogram
%  Otherwise an LBP code image is returned.
%
%  J = LBP(I) returns the original (basic) LBP histogram of image I
%
%  J = LBP(ISPMAPPINGMODE) computes the LBP codes using n sampling
%  points defined in (n * 2) m

评论

共有 条评论