预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10
亲,该文档总共46页,到这已经超出免费预览范围,如果喜欢就直接下载吧~
如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
Chapter4MathematicalMorphology1.DilationDilationcanrepairbreaksMATLAB:A=imread('D:\text.png');%targetimageimshow(A);B=[010;111;010];%structuralelementA1=imdilate(A,B);figure,imshow(A1);2.ErosionMATLAB:A=imread('D:\circles.png');imshow(A);S=strel('diamond',3);%constructstructuringelementB=imerode(A,S);figure,imshow(B)Forexample:originalimage4.Hit-or-MissTransformHit-or-MissTransformstructuringelementpair:symmetricprocedure:modelexample:thinningeffect:5.BasicMorphologyAlgorithms(1)BoundaryExtractionexample:effect:(2)HoleFillingHowtofillahole?Howtofillimagethathasmanyholes?(3)ExtractionofconnectedcomponentsDefinition:(4)ThinningThinningDefinitionandAlgorithm:ThinningThinningAnotheralgorithm:Howtojudgewhetherapointshouldberemoved?Thinning(5)ThickeningThickeningDefinition:Anotheralgorithmwiththiningandcomplementing.(6)SkeletonsskeletonsDefiniton:example:(7)pruningwhere{B}={B1,B2,......B8}isgivenbelow:pruning