




免费预览已结束,剩余22页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
HOUGHTRANSFORM PresentationbySumitTandonDepartmentofElectricalEngineeringUniversityofTexasatArlingtonCourse EE6358ComputerVision EE6358 ComputerVision 2 Contents IntroductionAdvantagesofHoughtransformHoughTransformforStraightLineDetectionHoughTransformforCircleDetectionRecapandlistofparametersGeneralizedHoughTransformImprovisationofHoughTransformExamplesReferences EE6358 ComputerVision 3 1 Introduction PerformedafterEdgeDetectionItisatechniquetoisolatethecurvesofagivenshape shapesinagivenimageClassicalHoughTransformcanlocateregularcurveslikestraightlines circles parabolas ellipses etc RequiresthatthecurvebespecifiedinsomeparametricformGeneralizedHoughTransformcanbeusedwhereasimpleanalyticdescriptionoffeatureisnotpossible EE6358 ComputerVision 4 2 AdvantagesofHoughTransform TheHoughTransformistolerantofgapsintheedgesItisrelativelyunaffectedbynoiseItisalsounaffectedbyocclusionintheimage EE6358 ComputerVision 5 3 1HoughTransformforStraightLineDetection Astraightlinecanberepresentedasy mx cThisrepresentationfailsincaseofverticallinesAmoreusefulrepresentationinthiscaseisDemo EE6358 ComputerVision 6 3 2HoughTransformforStraightLines AdvantagesofParameterizationValuesof r and q becomeboundedHowtofindintersectionoftheparametriccurvesUseofaccumulatorarrays conceptof Voting ToreducethecomputationalloaduseGradientinformation EE6358 ComputerVision 7 3 3ComputationalLoad Imagesize 512X512MaximumvalueofWitharesolutionof1o maximumvalueofAccumulatorsize Useofdirectionofgradientreducesthecomputationalloadby1 360 EE6358 ComputerVision 8 3 4HoughTransformforStraightLines Algorithm QuantizetheHoughTransformspace identifythemaximumandminimumvaluesofrandqGenerateanaccumulatorarrayA r q setallvaluestozeroForalledgepoints xi yi intheimageUsegradientdirectionforqComputerfromtheequationIncrementA r q byoneForallcellsinA r q SearchforthemaximumvalueofA r q CalculatetheequationofthelineToreducetheeffectofnoisemorethanoneelement elementsinaneighborhood intheaccumulatorarrayareincreased EE6358 ComputerVision 9 3 5LineDetectionbyHoughTransform EE6358 ComputerVision 10 4 1HoughTransformforDetectionofCircles TheparametricequationofthecirclecanbewrittenasTheequationhasthreeparameters a b rThecurveobtainedintheHoughTransformspaceforeachedgepointwillbearightcircularconePointofintersectionoftheconesgivestheparametersa b r EE6358 ComputerVision 11 4 2HoughTransformforCircles GradientateachedgepointisknownWeknowthelineonwhichthecenterwilllieIftheradiusisalsoknownthencenterofthecirclecanbelocated EE6358 ComputerVision 12 4 3DetectionofcirclebyHoughTransform example OriginalImageCirclesdetectedbyCannyEdgeDetector EE6358 ComputerVision 13 4 4DetectionofcirclebyHoughTransform contd HoughTransformoftheedgedetectedimageDetectedCircles EE6358 ComputerVision 14 5 1Recap IndetectinglinesTheparametersrandqwerefoundoutrelativetotheorigin 0 0 IndetectingcirclesTheradiusandcenterwerefoundoutInboththecaseswehaveknowledgeoftheshapeWeaimtofindoutitslocationandorientationintheimageTheideacanbeextendedtoshapeslikeellipses parabolas etc EE6358 ComputerVision 15 5 2Parametersforanalyticcurves EE6358 ComputerVision 16 6 1GeneralizedHoughTransform TheGeneralizedHoughtransformcanbeusedtodetectarbitraryshapesCompletespecificationoftheexactshapeofthetargetobjectisrequiredintheformoftheR TableInformationthatcanbeextractedareLocationSizeOrientationNumberofoccurrencesofthatparticularshape EE6358 ComputerVision 17 6 2CreatingtheR table AlgorithmChooseareferencepointDrawavectorfromthereferencepointtoanedgepointontheboundaryStoretheinformationofthevectoragainstthegradientangleintheR TableTheremaybemorethanoneentryintheR Tablecorrespondingtoagradientvalue EE6358 ComputerVision 18 6 3GeneralizedHoughTransform Algorithm FormanAccumulatorarraytoholdthecandidatelocationsofthereferencepointForeachpointontheedgeComputethegradientdirectionanddeterminetherowoftheR TableitcorrespondstoForeachentryontherowcalculatethecandidatelocationofthereferencepointIncreasetheAccumulatorvalueforthatpointThereferencepointlocationisgivenbythehighestvalueintheaccumulatorarray EE6358 ComputerVision 19 6 4GeneralizedHoughTransform SizeandOrientation ThesizeandorientationoftheshapecanbefoundoutbysimplymanipulatingtheR TableForscalingbyfactorSmultiplytheR TablevectorsbySForrotationbyangleq rotatethevectorsintheR Tablebyangleq EE6358 ComputerVision 20 6 5GeneralizedHoughTransform Advantagesanddisadvantages AdvantagesAmethodforobjectrecognitionRobusttopartialdeformationinshapeToleranttonoiseCandetectmultipleoccurrencesofashapeinthesamepassDisadvantagesLotofmemoryandcomputationisrequired EE6358 ComputerVision 21 7 1ImprovisationoftheHoughtransformfordetectingstraightlinesegments HoughTransformlackstheabilitytodetecttheendpointsoflines localizedinformationislostduringHTPeakpointsintheaccumulatorcanbedifficulttolocateinpresenceofnoisyorparalleledgesEfficiencyofthealgorithmdecreasesifimagebecomestoolargeNewapproachisproposedtoreducetheseproblems EE6358 ComputerVision 22 7 2Spatialdecomposition ThistechniquepreservesthelocalizedinformationDividetheimagerecursivelyintoquad trees eachquad treerepresentingapartoftheimagei e asub imageTheleafnodeswillbevotedforfeaturepointswhichareinthesub imagerepresentedbytheleafnode EE6358 ComputerVision 23 7 2SpatialDecompositionofHoughTransform ParameterspaceisdefinedfromaglobaloriginratherthanalocaloneEachnodecontainsinformationaboutthesub nodesaswellasthenumberoffeaturepointsinthesub imagerepresentedbythenodePruningofsub treesisdoneifthenumberofthefeaturepointsfallsbelowathresholdAnaccumulatorisassignedforeachleafnode EE6358 ComputerVision 24 7 3Somerelationsinvolvedinspatialdecomposition ConsiderthefollowingQ anynon leafnodeF featurepointsinthesub imagerepresentedbythisnodeA parameterspaceofthesub imageThefollowingrelationsholdtrue EE6358 ComputerVision 25 7
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年护理肝胆科知识题库及答案大全
- 人教部编版八年级下册历史 说课稿第9课 对外开放
- 2024秋八年级道德与法治上册 第四单元 遵守生活的约定 第11课 人字结构说课稿 首师大版
- 22 陈涉世家 (教学设计)九年级语文下册同步备课系列(统编版)
- 淘宝课件获利
- 9.猜猜我是谁教学设计小学美术四年级上册人美版(常锐伦、欧京海)
- 淘宝网鞋子售后知识培训课件
- 七年级历史上册 第四单元 第17课 西晋的短暂统一和北方各族的內迁说课稿 新人教版
- Unit 2 Our animal friends教学设计-2025-2026学年初中英语七年级上册牛津上海(试用本)
- 丁玲《一颗未出膛的枪弹》《丁玲谈自己的创作》阅读答案
- 九年级数学第一次月考卷 北师大版
- Unit 1 Lets be your friends Get ready Start up教学设计三年级英语上册外研版
- 新能源汽车高压安全与防护-教案 1-1 新能源汽车高压电路-高压电路与触电急救
- 12J11卫生、洗涤设施
- DB43-T 2995-2024 综合医院分级心理护理规范
- DL∕T 2541-2022 架空输电线路货运索道
- 压力容器每日检查记录表(日管控)
- 中医养生按摩手法养生的课件
- 病原微生物实验室生物安全
- 京东的用户分析报告
- (病理科)提高HE切片优良率PDCA
评论
0/150
提交评论