반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

openCV.install 본문

[AI]/openCV

openCV.install

givemebro 2020. 6. 16. 10:36
반응형

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(최신 버전)

https://cmake.org/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 저장소에서 내려받는 추가 모듈소스 빌드

sift,surf 를 사용 할 계획이면 check
추가 모듈을 위해 경로 설정
check

 

반응형

'[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