Skip to content

Benetiime/opencv-android

 
 

Repository files navigation

Open CV for Android

Auto building aar for OpenCV Android SDK

CircleCI JitPack - Downloads

Usage

Add JitPack repo at last in root build.gradle repositories block if not already added

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Add the dependency in app/build.gradle

dependencies {
    implementation 'com.github.iamareebjamal:opencv-android:<tag>'
}

Note: Replace <tag> with actual release. See latest releases here

Releases

4.x

3.x

Note: -contrib releases include extra contrib modules not found in core releases

License

OpenCV License

About

Auto building AAR for OpenCV Android

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%