资源简介

多个vc,matlab纹理检测,纹理分割代码 数篇IEEE纹理分割,纹理缺陷检测论文合集

资源截图

代码片段和文件信息

function demo_GaborTextureSegment
% imfile = ‘data.10.png‘;
imfile = ‘textureTest.bmp‘;
% imfile = ‘D:\project\ColorTran\colorTrans _Matlab\399_1Srouce.bmp‘;
I = imread(imfile);
I = rgb2gray(I);
figureimshow(I);
K = 5;
%I = rgb2gray(I);
%I = imresize(I [256 256]);
[Nr Nc D] = size(I);
gamma = 1; b = 1; Theta = 0:pi/6:pi-pi/6; phi = 0; shape = ‘valid‘;
%[4 8 16 ...] sqrt(2) % Jain
% Lambda = Nc./((2.^(2:log2(Nc/4))).*sqrt(2));
% J. Zhang
J = (2.^(0:log2(Nc/8)) - .5) ./ Nc;
F = [ (.25 - J) (.25 + J) ]; F = sort(F); Lambda = 1 ./ F;
seg = GaborTextureSegment(I K gamma Lambda b Theta phi shape);
%imseg = uint8(seg) * floor(255 / K); % cluster id to gray scale (max 255)
[nRow nCol] = size(seg);
color = [0 0 0; 255 255 255; 255 0 0; 0 255 0; 0 0 255]; % 5 colors reserved
imseg = zeros(nRow*nCol 3);
for i=1:K
idx = find(seg == i);
imseg(idx :) = repmat(color(i :) [] length(idx));
end
imseg = reshape(imseg nRow nCol 3);
figure; imshow(imseg);
imwrite(imseg sprintf(‘seg.%s‘ imfile));
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    4790729  2010-07-01 13:33  4个纹理分割算法合集+n篇IEEE论文合集\A Real-time Computer Vision System for Detecting.pdf

     文件    1169639  2010-07-01 13:35  4个纹理分割算法合集+n篇IEEE论文合集\Defect detection in textured materials using Gabor filters.pdf

     文件     780576  2010-07-01 13:26  4个纹理分割算法合集+n篇IEEE论文合集\FABRIC DEFECTS SEGMENTATION APPROACH baseD ON TEXTURE PRIMITIVE.pdf

     文件      66614  2008-04-24 14:11  4个纹理分割算法合集+n篇IEEE论文合集\GaborTextureSegment\1.bmp

     文件       1044  2010-07-01 15:47  4个纹理分割算法合集+n篇IEEE论文合集\GaborTextureSegment\demo_GaborTextureSegment.m

     文件       1682  2010-07-01 15:31  4个纹理分割算法合集+n篇IEEE论文合集\GaborTextureSegment\gabor2.m

     文件       3434  2010-07-01 15:27  4个纹理分割算法合集+n篇IEEE论文合集\GaborTextureSegment\GaborTextureSegment.m

     文件     322033  2008-04-10 16:52  4个纹理分割算法合集+n篇IEEE论文合集\GaborTextureSegment\GaborTextureSegment[1].pdf

     文件       1027  2010-07-01 15:32  4个纹理分割算法合集+n篇IEEE论文合集\GaborTextureSegment\gauss2.m

     文件       2238  2010-07-01 15:30  4个纹理分割算法合集+n篇IEEE论文合集\GaborTextureSegment\kmeans_light.m

     文件     184566  2010-07-01 15:33  4个纹理分割算法合集+n篇IEEE论文合集\GaborTextureSegment\seg.1.bmp

     文件      15762  2010-07-01 15:47  4个纹理分割算法合集+n篇IEEE论文合集\GaborTextureSegment\seg.textureTest.bmp

    ..A.SH.     25600  2010-07-01 15:58  4个纹理分割算法合集+n篇IEEE论文合集\GaborTextureSegment\Thumbs.db

     文件         26  2002-05-31 18:49  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\Autorun.inf

     文件        944  2002-02-26 23:18  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\Basic.h

     文件       1446  2001-12-31 16:48  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\ChildFrm.cpp

     文件       1397  2001-12-29 19:47  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\ChildFrm.h

     文件      67936  2002-05-28 23:00  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\Coding.cpp

     文件       5748  2002-05-22 20:28  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\Coding.h

     文件     589898  2002-10-09 18:41  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\DEMO\DIP_System.exe

    ..A.SH.      6144  2006-04-12 16:48  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\DEMO\Thumbs.db

     文件      30054  2002-06-05 21:57  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\DEMO\水印.BMP

     文件      19837  2002-06-17 17:39  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\Dib.cpp

     文件       1390  2002-03-20 19:00  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\Dib.h

     文件      43828  2002-10-09 19:57  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\DIP_System.aps

     文件       8732  2002-10-09 19:57  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\DIP_System.clw

     文件       4660  2001-12-31 16:48  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\DIP_System.cpp

     文件       8239  2002-06-05 16:50  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\DIP_System.dsp

     文件        744  2002-06-17 16:46  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\DIP_System.dsw

     文件       1400  2001-12-29 19:47  4个纹理分割算法合集+n篇IEEE论文合集\imageprocess\DIP_System\DIP_System.h

............此处省略185个文件信息

评论

共有 条评论