Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 364 Bytes

File metadata and controls

18 lines (15 loc) · 364 Bytes

OpenCV

Usage

Include as an Android module from bintray

  1. Add bintray repository to the project build.gradle file
repositories {
    maven {
        url  "http://dl.bintray.com/qualeams/Android-Face-Recognition-Deep-Learning-Library" 
    }
}
  1. Add library dependency to the module/app build.gradle file
compile 'ch.zhaw:opencv:3.2.0'