资源简介
快速了解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
- 上一篇:matlab 解包裹程序
- 下一篇:延迟模型matlab源程序代码
相关资源
- LBP 纹理模式的LBP特征表示及分类原理
- LBP 统一化LBP算子
- LBP 实现图像纹理特征的提取
- LBP-face-recongnition-system 一个基于LBP(局
- adaboost-train-test 级联分类器学习
- MBLBP 基于块的LBP
- renlianshibie Gabor小波人脸识别
- LBPPLPQFER 人脸表情识别matlab程序LBP+L
- LBP
- pedestrian-detectionsvms.tar
- LBP-SIFT-image-matching-algorithm-combined
- LBP 改程序是本人编写的
- adaboostPknnPlbp
- LBP算法matlab代码
- LBP特征提取及其直方图
- 基于LBP的人脸识别
评论
共有 条评论