资源简介
使用改进的LBP算法CLBP实现图像纹理特征的提取,并使用卡方统计方法计算类间距离并实现图像分布。本人已经实验,对15类病毒图像进行分类,不调任何参数的情况下实现67 以上的准确率。
代码片段和文件信息
% ClassifyOnNN computes the classification accuracy
% CP=ClassifyOnNN(DMtrainClassIDstestClassIDs) returns the classification accuracy
% The input “DM“ is a m*n distance matrix m is the number of test samples n is the number of training samples
% ‘trainClassIDs‘ and ‘testClassIDs‘ stores the class ID of training and
% test samples
% Examples
% --------
% I1=imread(‘rice1.png‘);
% I2=imread(‘rice2.png‘);
% I3=imread(‘rice3.png‘);
% I4=imread(‘rice4.png‘);
% mapping=getmapping(8‘u2‘);
% M(1:)=LBPV(I118mapping); % LBPV histogram in (81) neighborhood using uniform patterns
% M(2:)=LBPV(I218mapping);
% S(1:)=LBPV(I318mapping);
% S(2:)=LBPV(I418mapping);
% M = ConvertU2LBP(M8); % conv
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1573 2020-08-10 14:44 CLBP\ClassifyOnNN.m
文件 6468 2020-08-10 14:44 CLBP\clbp.m
文件 4326 2020-08-10 14:44 CLBP\DemoCodesForOutex.m
文件 1220 2020-08-10 14:44 CLBP\distMATChiSquare.m
文件 2749 2020-08-10 14:44 CLBP\getmapping.m
文件 509 2020-08-10 14:44 CLBP\readme.txt
文件 812 2020-08-10 14:44 CLBP\ReadOutexTxt.m
文件 22367 2020-08-10 14:44 CLBP\rice.png
相关资源
- LBP 纹理模式的LBP特征表示及分类原理
- wenli 分析了纹理特征提取方法
- LBP 统一化LBP算子
-
Theimagetextureanalyssba
sedonthefractaldime - LBP 实现图像纹理特征的提取
- LBP-face-recongnition-system 一个基于LBP(局
- adaboost-train-test 级联分类器学习
- MBLBP 基于块的LBP
- renlianshibie Gabor小波人脸识别
- LBPPLPQFER 人脸表情识别matlab程序LBP+L
- LBP
- pedestrian-detectionsvms.tar
- Tamura Tamura纹理特征的六个分量对应于
- texture_GUI 此程序是基于灰度共生矩阵
- LBP-SIFT-image-matching-algorithm-combined
- GaborFilter 利用Gabor滤波器提取图像纹理
- LBP 改程序是本人编写的
- adaboostPknnPlbp
- lbp算法MATLAB代码
- LBP算法matlab代码
- LBP特征提取及其直方图
- 基于LBP的人脸识别
- 图像纹理特征提取 matlab 代码
- 图像纹理分析灰度共生矩阵matlab源码
- 数字图像纹理特征提取代码
评论
共有 条评论