- 4
- 0
- 约2.57千字
- 约 15页
- 2017-03-09 发布于上海
- 举报
The “Greedy Snake” Algorithm University of “贪吃蛇”算法大学
The “Greedy Snake” Algorithm Nick Govier David Newman Overview What is “Greedy Snake”? How does it Work? Problems of Greedy Snake References Demo Questions?? What is “Greedy Snake”? A Feature Extraction technique Sometimes called “Active Contours” Works like stretched Elastic Band being released “Greedy Snake” Theory (1) Initial Points defined around Feature to be extracted Explicitly defined Approximation of an Ellipse Pre-defined number of Points generated “Greedy Snake” Theory (2) Points are moved through an Iterative Process “Energy Function” for each point in the Local Neighbourhood is calculated Move to point with lowest Energy Function Repeat for every point Iterate until Termination Condition met Defined number of iterations Stability of the position of the points Energy Function Three Components Continuity Curvature Image (Gradient) Each Weighted by Specified Parameter Total Energy = α · Continuity + β · Curvature + γ · Image Continuity Abs(avg_dist_btw_nodes – dist(V(i),V(i-1)) Value = Smaller Distance between Points The higher α, the more important the distance between points is minimized Curvature Norm(V(i-1) -2·V(i) + V(i+1))2 Normalised by greatest value in neighbourhood The higher β, the more important that angles are maximized Image (Gradient) - Img_grad (V(i)) High Image Gradient = Low Energy value The higher γ, the more important image edges are Drawing Corners For each Snake Point take Curvature Value IF Greater than other points AND specified Angular Threshold AND Image Gradient high enough THEN set β for that Snake point to 0, allowing a Corner Varying α, β and γ Choose different values dependent on Feature to extract Set α high if there is a deceptive Image Gradient Set β high if smooth edged Feature, low if sharp edges Set γ high if contrast between Background and Feature is low “Greedy Snake” Problems Very sensitive to Noise Both Gaussian and Salt Pepper Before defining initial points Firstly Gaussian Blur image Then apply a Median Fil
您可能关注的文档
- The SONY Corporation A Case Study in Transnational Media索尼公司在跨国媒体中的个案研究.ppt
- The Southern Colonies Plantations and Slavery南部殖民地的种植园和奴隶制度.ppt
- The Spanish Conquer Two Empires in the Americas西班牙在美洲的征服.ppt
- The Space Elevator The Budker Group太空电梯的计组.ppt
- The South Carolina Geodetic Survey南卡罗来纳州大地测量.ppt
- The Spanish Conquistadors Conquer the Aztecs Yola西班牙征服者在征服奇拉.ppt
- The Space Elevator building our future太空电梯建设我们的未来.ppt
- The Space Grant Internet Telescope Network The 太空资助互联网望远镜网络.ppt
- The Spark火花.ppt
- The Special Challenges of NeurologicalBased Behavior神经行为的特殊挑战.ppt
- 2025-2026学年天津市和平区高三(上)期末数学试卷(含解析).pdf
- 2025-2026学年云南省楚雄州高三(上)期末数学试卷(含答案).pdf
- 2025-2026学年甘肃省天水市张家川实验中学高三(上)期末数学试卷(含答案).docx
- 2025-2026学年福建省厦门市松柏中学高二(上)期末数学试卷(含答案).docx
- 2025-2026学年广西钦州市高一(上)期末物理试卷(含答案).docx
- 2025-2026学年河北省邯郸市临漳县九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省石家庄二十三中七年级(上)期末历史试卷(含答案).docx
- 2025-2026学年海南省五指山市九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省唐山市玉田县九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省邢台市市区九年级(上)期末化学试卷(含答案).docx
原创力文档

文档评论(0)