Programmer6 Android openCV #2 - android studio에서 JNI debugging log 출력 Android openCV #2 - android studio에서 JNI debugging log 출력 1. CMakeList.txt 파일에 아래 내용 추가#android log find_library( android-lib android)target_link_libraries( # Specifies the target library. native-lib # Links the target library to the log library # included in the NDK. ${log-lib} ${android-lib} lib_opencv )2. 몇가지 편리한 사용을 위해서 별도의 header 파일 생성 (example : log.h)#ifndef OPENCVTESTJNI_LOG_H #define OP.. 2017. 2. 28. Android openCV #1 - Android Studio 에서 openCV 개발환경 세팅하기(링크) Android openCV #1 - Android Studio 에서 openCV 개발환경 세팅하기(링크) Android studio에서 openCV 개발 환경 세팅 하는 방법 입니다. (아래링크)매우 잘정리되어 있습니다. 나중에 좀더 좋은 방법이 있으면 별도로 작성하려고 합니다. http://webnautes.tistory.com/1055 2017. 2. 17. 이전 1 2 다음