일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- tensorflow update
- 이미지 생성
- #영어
- 딥러닝
- #영어 명언
- word embedding
- #실생활 영어
- 영어
- #1일1영어
- python list
- #opencv
- TensorFlow
- #Android
- Convolution Neural Network
- convexhull
- tokenizing
- 영어명언
- #일상영어
- 완전탐색
- opencv SURF
- python 알고리즘
- #프로젝트
- python __init__
- c언어
- #English
- #실생활영어
- object detection
- text2img
- findContours
- keras
Archives
- Today
- Total
목록GitHub (1)
When will you grow up?
이전에 실습했던 SURF 특징점 검출기를 활용하여WebCam 을 이용하여 실시간 영상 매칭 및 플레이어 영상 매칭을 수행하였다. 여기서 사용된 특징점 검출기는 SURF와 SIFT를 이용하여 수행과정을 비교해보았다. 아래는 사용된 코드 입니다. //surf matching #include "stdio.h" #include "iostream" #include "vector" #include "cstdlib" #include "opencv2/core/core.hpp" #include "opencv2/core.hpp" #include "opencv2/calib3d/calib3d.hpp" #include "opencv2/features2d.hpp" #include "opencv2/features2d/feature..
02. Study/Computer Vision(openframworks&opencv)
2016. 12. 10. 15:25