본문 바로가기
Android

[Android] Integration OpenCv

by sosob 2023. 8. 4.
728x90

 

https://opencv.org/releases/

 

Releases

Become a Member Stay up to date on OpenCV and Computer Vision news Join our Newsletter  

opencv.org

 

Release 선택 

 

최신 버전의 Android 선택하면 다운로드됨. 

적당한 곳에 download & 압축 해제. 

 

Android Project 생성. 

 

SDK 모듈 추가. 

 

아래와 같이 노출. 아까 다운받은 SDK 경로를 찾아 기입

 

 

 

아래와 같이 모듈 네임을 OpenCV 로 설정. 

 

 

OpenCV 모듈의 gradle 에 아래의 라인 주석

apply plugin: 'kotlin-android'

 

 

file -> project structure

 

모듈 디펜던시 추가. 

 

 

아래 로그 나오면됨. 

2023-08-04 15:56:13.147 32521-32521 OpenCV                  com.example.helloopencv              D  OpenCVLoader init

728x90