반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- web 사진
- tensorflow
- 대이터
- classification
- 웹 용어
- discrete_scatter
- 데이터전문기관
- 결합전문기관
- vscode
- web 개발
- KNeighborsClassifier
- bccard
- html
- java역사
- mglearn
- CES 2O21 참여
- paragraph
- postorder
- cudnn
- web
- inorder
- 자료구조
- CES 2O21 참가
- Keras
- web 용어
- broscoding
- C언어
- pycharm
- 재귀함수
- 머신러닝
Archives
- Today
- Total
bro's coding
openCV.install 본문
반응형
1.visualstudio download
ver.2017
https://visualstudio.microsoft.com/ko/
2. openCV source code download
https://github.com/opencv/opencv_contrib/releases/tag/4.0.0
https://github.com/opencv/opencv/releases/tag/4.0.0
3. folder set
5. CMake download(최신 버전)
6. CMake 사용
6-1. 경로설정
configure
6-2. setting
Specity the generator for this project : Visual Studio 15 2017
Optional platform for generator : x64
7. opencv_world 모듈 사용 설정, opencv_contrib 저장소에서 내려받는 추가 모듈소스 빌드
반응형
'[AI] > openCV' 카테고리의 다른 글
Gaussian(잡음 추가) in C++ (0) | 2020.06.22 |
---|---|
GaussianBlur(unsharp) in C++ (0) | 2020.06.22 |
GaussianBlur in C++ (0) | 2020.06.22 |
blurring_mean in C++ (0) | 2020.06.22 |
embossing filter in C++ (0) | 2020.06.22 |
openCV_blink_eyes_count in python (0) | 2020.06.19 |
dlib 이용 얼굴인식 in python (0) | 2020.06.19 |
dlib install (0) | 2020.06.19 |
Comments