일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- #실생활영어
- tokenizing
- text2img
- 이미지 생성
- python __init__
- 딥러닝
- 영어
- #영어 명언
- 완전탐색
- #일상영어
- Convolution Neural Network
- findContours
- #Android
- tensorflow update
- #프로젝트
- convexhull
- python 알고리즘
- #실생활 영어
- python list
- #영어
- keras
- #English
- word embedding
- object detection
- 영어명언
- #1일1영어
- TensorFlow
- c언어
- #opencv
- opencv SURF
Archives
- Today
- Total
목록opencv convexhull (1)
When will you grow up?
19.convexHull
//참고 : http://docs.opencv.org/Convex Hull이란, 여러 개의 점이 주어졌을 때, 모든 점들을 포함하는 최소 크기의 볼록 다각형입니다 (InputArray points, //벡터 또는 Mat형식의 입력OutputArray hull,//출력 convexhull(볼록 선체)bool clockwise = false,//방향 플래그 true면 시계방향 bool returnPoints = true // 연산 플래그 Mat일 경우 볼록 선체점 반환 아니면 인덱스 반환 ) 결과 전체코드 #include "ofApp.h" using namespace std; ofImage photo; Mat src; Mat src_gray; int thresh = 100; int max_thresh = 2..
02. Study/Computer Vision(openframworks&opencv)
2016. 11. 7. 23:10