When will you grow up?

19_1.Convex Hull (Graham's Scan 알고리즘 활용) 본문

02. Study/Computer Vision(openframworks&opencv)

19_1.Convex Hull (Graham's Scan 알고리즘 활용)

미카이 2016. 11. 8. 15:20


Convex Hull을 풀기위한 알고리즘 종류에는

‘Gift wrapping, Graham’s scan, Quickhull, Divide and conquer, Monotone chain aka Andrew's algorithm, Incremental convex hull algorithm, The ultimate planar convex hull algorithm, Chan's algorithm’ 이러한 다양한 종류의 알고리즘이 있는데, 이중에서 대표적으로 많이 사용하는 Graham’s scan 알고리즘에 대해 알아보겠습니다.








Reference

https://en.wikipedia.org/wiki/Convex_hull_algorithms

https://ko.wikipedia.org/wiki/%EB%B2%A1%ED%84%B0%EA%B3%B1

https://en.wikipedia.org/wiki/Graham_scan

http://blog.secmem.org/554

Comments