일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- #프로젝트
- text2img
- python list
- #opencv
- 딥러닝
- #1일1영어
- #Android
- c언어
- #영어
- opencv SURF
- #English
- 완전탐색
- TensorFlow
- 영어명언
- findContours
- convexhull
- 영어
- python 알고리즘
- python __init__
- 이미지 생성
- #일상영어
- tokenizing
- #실생활영어
- #영어 명언
- keras
- word embedding
- #실생활 영어
- tensorflow update
- object detection
- Convolution Neural Network
Archives
- Today
- Total
목록외곽선 찾고 그리기 (1)
When will you grow up?
18.contour(윤곽,외곽선)찾기 findContours
참고 : http://docs.opencv.org/예제코드 : http://docs.opencv.org/3.1.0/df/d0d/tutorial_find_contours.html opencv : findContours 함수->영상(이미지) 내에서 외곽선을 추출하는 함수. 함수 원형입니다.void cv::findContours(InputOutputArray image,//원본이미지 OutputArrayOfArrays contours,//외곽선 벡터(배열)OutputArray hierarchy,int mode,//윤곽 검색 모드 설정int method,//윤곽 근사방법(cv::ContourApproximationModes)참조Point offset = Point() //맥락표현에서 오프셋) 외곽선 그리는 함수..
02. Study/Computer Vision(openframworks&opencv)
2016. 11. 7. 22:51