資源簡介
多個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?ba
?????文件??????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個文件信息
- 上一篇:MATLAB神經網絡30個案例分析全書+源代碼
- 下一篇:衛星接收機matlab
評論
共有 條評論