资源简介
利用MATLAB提取各种纹理特征
代码片段和文件信息
function out=texturefeature(imgtype)
%%%调用了函数gabor2gaborfilter1Algorithmslib
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% img 灰度图像
%
% type:
% a: Homogeneous Texture Descriptor (HTD)
% textureDescriptors=[FdcFsdC1C2...C30D1D2...D30]
%
% b: Texture Browsing Descriptor
% TBD=[V1V2V3V4V5];
%% V1 : 纹理图像的规则程度{1,2,3,4}
% V2V4 : 纹理图像主方向性{0,1,2,3,4,5,6}
%% V3V5 : 纹理图像主要纹理大小{1,2,3,4}
%
% c: Edge Histogram Descriptor
%
% d: coMatrix:基于灰度共生矩阵的纹理特征
%
% e: autocorrelation
%
% f: edge frequency 边缘频率
%
% g: tamura_feature out=[粗糙度对比度方向度]
%
% h: Extract the Primitive Length vector from an image:基元长度(行程)
%
% k: Gabor 纹理
%
% l: Fourier 纹理
%
%
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 17173 2016-04-19 14:36 texturefeature.m
----------- --------- ---------- ----- ----
17173 1
评论
共有 条评论