일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- #English
- opencv SURF
- #영어 명언
- convexhull
- #실생활 영어
- python 알고리즘
- word embedding
- TensorFlow
- tensorflow update
- #영어
- 이미지 생성
- tokenizing
- #실생활영어
- object detection
- keras
- Convolution Neural Network
- #Android
- python list
- #1일1영어
- 영어
- #일상영어
- #프로젝트
- 영어명언
- text2img
- 완전탐색
- c언어
- 딥러닝
- findContours
- python __init__
- #opencv
Archives
- Today
- Total
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:20Convex 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
'02. Study > Computer Vision(openframworks&opencv)' 카테고리의 다른 글
21. Perspective Transformation(투영변환) (0) | 2016.11.25 |
---|---|
20.Affine Transformation (0) | 2016.11.13 |
19.convexHull (0) | 2016.11.07 |
18.contour(윤곽,외곽선)찾기 findContours (0) | 2016.11.07 |
17.Gamma correction (감마 보정) (0) | 2016.10.30 |
Comments