1 / 37

Convex hull Presentation by Jacky Yu

Overview. What is convex hull?Convex hull construction algorithm.Convex hull detection algorithm.Convex hull detection example.Convex hull properties.Region concavity tree.Convex hull applications. April 5, 2011. Computer Vision L

binah
Download Presentation

Convex hull Presentation by Jacky Yu

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. April 5, 2011 Computer Vision Lecture 15: Convex Hull/Region Skeleton 1 Convex hull (Presentation by Jacky Yu)

    2. Overview What is convex hull? Convex hull construction algorithm. Convex hull detection algorithm. Convex hull detection example. Convex hull properties. Region concavity tree. Convex hull applications April 5, 2011 Computer Vision Lecture 15: Convex Hull/Region Skeleton 2

    3. Definition Convex: A region R is convex if and only if for any two points X1, X2 ? R, the whole line segment X1 X2 defined by its end points X1,X2 is inside the region R. April 5, 2011 Computer Vision Lecture 15: Convex Hull/Region Skeleton 3

More Related