版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
第七章.圖像分割(ImageSegmentation)圖象采集圖象預(yù)處理圖象分割特征提取與描述-1特征選擇模式識別--2特征參數(shù)測量一.并行邊界技術(shù)二.串行邊界技術(shù)三.并行區(qū)域技術(shù)四.串行區(qū)域技術(shù)五.分割性能評價圖象分割:把圖象分成各具特性的區(qū)域,并提取感興趣目標(biāo)的技術(shù)和過程.這里的特性主要指的是:灰度,顏色,紋理或運動等.其一是通過直接確定區(qū)域間的邊界來實現(xiàn)分割的邊界方法;其二是將各像素劃歸到相應(yīng)物體或區(qū)域的像素聚類方法,即區(qū)域法;圖像中不同類型的邊界(a)邊界;(b)線;(c)折線變化;(d)緩慢的平滑變化(a)(b)(d)(c)FirstandSecondderivativesthesignsofthederivativeswouldbereversedforanedgethattransitionsfromlighttodarkEdgeDetectionthemostcommonapproachfordetectingmeaningfuldiscontinuitiesingraylevel.wediscussapproachesforimplementingfirst-orderderivative(Gradientoperator)second-orderderivative(Laplacianoperator)Here,wewilltalkonlyabouttheirpropertiesforedgedetection.ImageSegmentationImageSegmentationLaplacian(linearoperator)LaplacianoperatorImageSegmentationImageSegmentationGradientOperatorfirstderivativesareimplementedusingthemagnitudeofthegradient.themagnitudebecomesnonlinearcommonlyapprox.GradientdirectionLet(x,y)representthedirectionangleofthevectorfat(x,y)(x,y)=tan-1(Gy/Gx)Thedirectionofanedgeat(x,y)isperpendiculartothedirectionofthegradientvectoratthatpointCriteriathestrengthoftheresponseofthegradientoperatorusedtoproducetheedgepixelanedgepixelwithcoordinates(x0,y0)inapredefinedneighborhoodof(x,y)issimilarinmagnitudetothepixelat(x,y)if|f(x,y)-f(x0,y0)|ECriteriathedirectionofthegradientvectoranedgepixelwithcoordinates(x0,y0)inapredefinedneighborhoodof(x,y)issimilarinangletothepixelat(x,y)if|(x,y)-(x0,y0)|<ACriteriaApointinthepredefinedneighborhoodof(x,y)islinkedtothepixelat(x,y)ifbothmagnitudeanddirectioncriteriaaresatified.theprocessisrepeatedateverylocationintheimagearecordmustbekeptsimplybyassigningadifferentgrayleveltoeachsetoflinkededgepixels.Examplefindrectangleswhosesizesmakesthemsuitablecandidatesforlicenseplates
usehorizontalandverticalSobeloperatorslinkconditions:gradientvalue>25gradientdirectiondiffers<15
eliminateisolatedshortsegmentsHoughTransformation(Line)yi=axi+bb=-axi+yiab-planeorparameterspacexy-planeallpoints(xi,yi)containedonthesamelinemusthavelinesinparameterspacethatintersectat(a’,b’)Accumulatorcells(amax,amin)and(bmax,bmin)aretheexpectedrangesofslopeandinterceptvalues.allareinitializedtozeroifachoiceofapresultsinsolutionbqthenwelet
A(p,q)=A(p,q)+1attheendoftheprocedure,valueQinA(i,j)correspondstoQpointsinthexy-planelyingontheliney=aix+bjb=-axi+yi-planeproblemofusingequationy=ax+bisthatvalueofaisinfiniteforaverticalline.Toavoidtheproblem,useequationxcos+ysin=torepresentalineinstead.verticallinehas=90withequalstothepositivey-interceptor=-90withequalstothenegativey-interceptxcos+ysin=-plane
=90measuredwithrespecttox-axiswhereDisthedistancebetweencornersintheimageGeneralizedHoughTransformationcanbeusedforanyfunctionoftheformg(v,c)=0visavectorofcoordinatescisavectorofcoefficientsHoughTransformation(Circle)equation:(x-c1)2+(y-c2)2=c32threeparameters(c1,c2,c3)cubelikecellsaccumulatorsoftheformA(i,j,k)incrementc1andc2,solveofc3thatsatisfiestheequationupdatetheaccumulatorcorrespondingtothecellassociatedwithtriplet(c1,c2,c3)Edge-linkingbasedonHoughTransformationComputethegradientofanimageandthresholdittoobtainabinaryimage.Specifysubdivisionsinthe-plane.Examinethecountsoftheaccumulatorcellsforhighpixelconcentrations.Examinetherelationship(principallyforcontinuity)betweenpixelsinachosencell.Thresholdingimagewithdarkbackgroundand
alightobjectimagewithdarkbackgroundand
twolightobjectsBasicGlobalThresholdinggeneratebinaryimageuseTmidwaybetweenthemaxandmingraylevelsBasicGlobalThresholdingbasedonvisualinspectionofhistogramSelectaninitialestimateforT.SegmenttheimageusingT.Thiswillproducetwogroupsofpixels:G1consistingofallpixelswithgraylevelvalues>TandG2consistingofpixelswithgraylevelvaluesTComputetheaveragegraylevelvalues1and2forthepixelsinregionsG1andG2ComputeanewthresholdvalueT=0.5(1+2)Repeatsteps2through4untilthedifferenceinTinsuccessiveiterationsissmallerthanapredefinedparameterTo.Example:Heuristicmethodnote:theclearvalleyofthehistogramandtheeffectiveofthesegmentationbetweenobjectandbackgroundT0=03iterationswithresultT=125Example:AdaptiveThresholdingOptimalGlobalandAdaptiveThresholdingProbabilityoferroneouslyMinimumerrorDifferentiatingE(T)withrespecttoT(usingLeibniz’srule)andequatingtheresultto0findTwhichmakesifP1=P2thentheoptimumthresholdiswherethecurvep1(z)andp2(z)intersectGaussiandensityExample:usePDF=Gaussiandensity:p1(z)andp2(z)where1and12arethemeanandvarianceoftheGaussiandensityofoneobject2and22arethemeanandvarianceoftheGaussiandensityoftheotherobjectQuadraticequationifP1=P2or=0thentheoptimalthresholdistheaverageofthemeansRegion-BasedSegmentationBasicFormulationP(Ri)isalogicalpredicatepropertydefinedoverthepointsinsetRiex.P(Ri)=TRUEifallpixelinRihavethesamegraylevelRegionGrowingstartwithasetof“seed”pointsgrowingbyappendingtoeachseedthoseneighborsthathavesimilarpropertiessuchasspecificrangesofgraylevelRegionGrowingselectallseedpointswithgraylevel255criteria:theabsolutegray-leveldifferencebetweenanypixelandtheseedhastobelessthan65thepixelhastobe8-connectedtoatleastonepixelinthatregion(ifmore,theregionsaremerged)RegionsplittingandmergingQuadtreeSplitinto4disjointquadrantsanyregionRiforwhich
P(Ri)=FALSEMergeanyadjacentregionRjandRkforwhich
P(Ri
Rk)=TRUEStopwhennofurthermergingorsplittingispossible.
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 定制家具合同范例簡易
- 拆除及安裝合同模板
- 商標(biāo)變更轉(zhuǎn)讓合同模板
- 影視工作合同模板
- 家教機構(gòu)合同范例
- 2024年白山道路旅客運輸駕駛員從業(yè)資格模擬試題
- 紅葉的六大寓意
- 2024年昆明客運資格證應(yīng)用能力試題
- 2024年萍鄉(xiāng)c1客運從業(yè)資格證怎么考
- 2024年蘇州客運從業(yè)資格證試題答案
- 江蘇省蘇州市蘇州園區(qū)五校聯(lián)考2024-2025學(xué)年上學(xué)期八年級數(shù)學(xué)期中試題
- 顱骨缺損護理
- 2023年齊齊哈爾富??h招聘警務(wù)輔助人員筆試真題
- 2024-2030年瓷磚行業(yè)市場現(xiàn)狀供需分析及投資評估規(guī)劃分析研究報告
- 2024年度一級注冊消防工程師考試復(fù)習(xí)題庫及答案(共1000題)
- 賓館改造工程冬季施工方案
- 2024年餐廳服務(wù)員(高級)職業(yè)鑒定理論考試題庫(含答案)
- 《人工智能基礎(chǔ)》課件-AI的前世今生:她從哪里來
- 人教八年級上冊英語第六單元《Section A (1a-2d)》教學(xué)課件
- 食品工業(yè)技術(shù)經(jīng)濟學(xué)智慧樹知到期末考試答案章節(jié)答案2024年西華大學(xué)
- 家校攜手 同心共育 四年期中考試家長會 課件
評論
0/150
提交評論