일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- classification
- bccard
- CES 2O21 참여
- 대이터
- 자료구조
- cudnn
- broscoding
- tensorflow
- 재귀함수
- 데이터전문기관
- web 용어
- web 개발
- web 사진
- CES 2O21 참가
- 머신러닝
- java역사
- inorder
- mglearn
- C언어
- paragraph
- discrete_scatter
- pycharm
- html
- 웹 용어
- postorder
- vscode
- 결합전문기관
- web
- KNeighborsClassifier
- Keras
- Today
- Total
bro's coding
openCV.install 본문
1.visualstudio download
ver.2017
https://visualstudio.microsoft.com/ko/
Visual Studio IDE, 코드 편집기, Azure DevOps 및 App Center - Visual Studio
Visual Studio 개발자 도구 및 서비스로 모든 플랫폼에서 어떤 언어로든 앱 개발을 쉽게 할 수 있습니다. Mac 및 Windows 코드 편집기, IDE 또는 Azure DevOps를 체험해 보세요.
visualstudio.microsoft.com
2. openCV source code download
https://github.com/opencv/opencv_contrib/releases/tag/4.0.0
opencv/opencv_contrib
Repository for OpenCV's extra modules. Contribute to opencv/opencv_contrib development by creating an account on GitHub.
github.com
https://github.com/opencv/opencv/releases/tag/4.0.0
opencv/opencv
Open Source Computer Vision Library. Contribute to opencv/opencv development by creating an account on GitHub.
github.com
3. folder set
5. CMake download(최신 버전)
Download | CMake
Current development distribution Each night binaries are created as part of the testing process. Other than passing all of the tests in CMake, this version of CMake should not be expected to work in a production environment. It is being produced so that us
cmake.org
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 |