Android studio配置Opencv開發(fā)環(huán)境

前言
最近研究在Android移動(dòng)設(shè)備上進(jìn)行OpenCV開發(fā), 遇到很多坑假褪,終于成功搭建環(huán)境,現(xiàn)在跟大家分享一下成果皆愉,希望為大家減少不必要的困惑和麻煩艇抠。
開發(fā)工具配置
Android studio 版本2.3.3
下載地址:http://www.android-studio.org/
OpenCV 3.3
下載地址:https://opencv.org/opencv-3-3.html
開發(fā)opencv需要Android NDK 大家可以自行下載NDK庫并配置好環(huán)境變量

新建一個(gè)studio項(xiàng)目 注意一定要勾選支持C++

勾選支持C++.png

image.png

配置CMakeLists.txt文件 添加文件中缺少的代碼 切勿全部復(fù)制粘貼

# For more information about using CMake with Android Studio, read the
# documentation: https://d.android.com/studio/projects/add-native-code.html

# Sets the minimum version of CMake required to build the native library.

cmake_minimum_required(VERSION 3.4.1)


#工程路徑
#OpenCV-android-sdk路徑
#修改為你的OpenCV-SDK目錄
set(pathToOpenCv /Users/hzzj/Desktop/SDL/Opencv/OpenCV-android-sdk)

#CMake版本信息
cmake_minimum_required(VERSION 3.4.1)
#支持-std=gnu++11
set(CMAKE_VERBOSE_MAKEFILE on)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")

#配置加載native依賴->引入OpenCV頭文件
include_directories(${pathToOpenCv}/sdk/native/jni/include)

#動(dòng)態(tài)方式加載
#引入libopencv_java3.so文件
add_library( opencv_java3
             SHARED
             IMPORTED)
set_target_properties(opencv_java3
                        PROPERTIES IMPORTED_LOCATION
                        ../../../../src/main/jniLibs/armeabi/libopencv_java3.so)


# Creates and names a library, sets it as either STATIC
# or SHARED, and provides the relative paths to its source code.
# You can define multiple libraries, and CMake builds them for you.
# Gradle automatically packages shared libraries with your APK.

add_library( # Sets the name of the library.
             native-lib

             # Sets the library as a shared library.
             SHARED

             # Provides a relative path to your source file(s).
             src/main/cpp/native-lib.cpp )

# Searches for a specified prebuilt library and stores the path as a
# variable. Because CMake includes system libraries in the search path by
# default, you only need to specify the name of the public NDK library
# you want to add. CMake verifies that the library exists before
# completing its build.

find_library( # Sets the name of the path variable.
              log-lib

              # Specifies the name of the NDK library that
              # you want CMake to locate.
              log )

# Specifies libraries CMake should link to your target library. You
# can link multiple libraries, such as libraries you define in this
# build script, prebuilt third-party libraries, or system libraries.

target_link_libraries( # Specifies the target library.
                       native-lib opencv_java3 jnigraphics

                       # Links the target library to the log library
                       # included in the NDK.
                       ${log-lib} )

配置build.gradle

apply plugin: 'com.android.application'

android {
    compileSdkVersion 25
    buildToolsVersion "27.0.1"
    defaultConfig {
        applicationId "com.hzzj.opencv.demo"
        minSdkVersion 15
        targetSdkVersion 26
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        externalNativeBuild {
            cmake {
                cppFlags "-frtti -fexceptions"
                abiFilters 'armeabi' //添加平臺(tái)架構(gòu)類型

            }
        }
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
    externalNativeBuild {
        cmake {
            path "CMakeLists.txt"
        }
    }
}

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
    compile 'com.android.support:appcompat-v7:26.+'
    compile 'com.android.support.constraint:constraint-layout:1.0.2'
    testCompile 'junit:junit:4.12'
}

配置完成后開始我們項(xiàng)目之旅項(xiàng)目源碼稍后提交

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市冤寿,隨后出現(xiàn)的幾起案子青伤,更是在濱河造成了極大的恐慌,老刑警劉巖狠角,帶你破解...
    沈念sama閱讀 211,194評(píng)論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場(chǎng)離奇詭異姨蟋,居然都是意外死亡立帖,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,058評(píng)論 2 385
  • 文/潘曉璐 我一進(jìn)店門堂飞,熙熙樓的掌柜王于貴愁眉苦臉地迎上來灌旧,“玉大人绰筛,你說我怎么就攤上這事”鹬牵” “怎么了?”我有些...
    開封第一講書人閱讀 156,780評(píng)論 0 346
  • 文/不壞的土叔 我叫張陵讳窟,是天一觀的道長(zhǎng)敞恋。 經(jīng)常有香客問我,道長(zhǎng)硬猫,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,388評(píng)論 1 283
  • 正文 為了忘掉前任坑雅,我火速辦了婚禮衬横,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘蜂林。我一直安慰自己,他們只是感情好噪叙,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,430評(píng)論 5 384
  • 文/花漫 我一把揭開白布睁蕾。 她就那樣靜靜地躺著苞笨,像睡著了一般惫霸。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上猜丹,一...
    開封第一講書人閱讀 49,764評(píng)論 1 290
  • 那天硅卢,我揣著相機(jī)與錄音藏杖,去河邊找鬼。 笑死蝌麸,一個(gè)胖子當(dāng)著我的面吹牛艾疟,可吹牛的內(nèi)容都是我干的来吩。 我是一名探鬼主播蔽莱,決...
    沈念sama閱讀 38,907評(píng)論 3 406
  • 文/蒼蘭香墨 我猛地睜開眼盗冷,長(zhǎng)吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼怠苔!你這毒婦竟也來了仪糖?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,679評(píng)論 0 266
  • 序言:老撾萬榮一對(duì)情侶失蹤攒驰,失蹤者是張志新(化名)和其女友劉穎鸠天,沒想到半個(gè)月后讼育,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體稠集,經(jīng)...
    沈念sama閱讀 44,122評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡饥瓷,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,459評(píng)論 2 325
  • 正文 我和宋清朗相戀三年呢铆,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片棺克。...
    茶點(diǎn)故事閱讀 38,605評(píng)論 1 340
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖确买,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情湾趾,我是刑警寧澤,帶...
    沈念sama閱讀 34,270評(píng)論 4 329
  • 正文 年R本政府宣布搀缠,位于F島的核電站,受9級(jí)特大地震影響簸州,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜勿侯,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,867評(píng)論 3 312
  • 文/蒙蒙 一缴罗、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧面氓,春花似錦、人聲如沸舌界。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,734評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽藐握。三九已至靴拱,卻和暖如春猾普,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背初家。 一陣腳步聲響...
    開封第一講書人閱讀 31,961評(píng)論 1 265
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留陌知,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 46,297評(píng)論 2 360
  • 正文 我出身青樓仆葡,卻偏偏與公主長(zhǎng)得像培遵,于是被迫代替她去往敵國和親登刺。 傳聞我的和親對(duì)象是個(gè)殘疾皇子嗡呼,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,472評(píng)論 2 348