Skip to content

Fork of opencv-android and support auto building aar of the latest opencv-android-sdk.

License

Notifications You must be signed in to change notification settings

Sauvio/opencv-android

Repository files navigation

Open CV for Android

Auto building aar for OpenCV Android SDK

JitPack - Downloads JitPack

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.Sauvio:opencv-android:<tag>'
}

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

License

OpenCV License

About

Fork of opencv-android and support auto building aar of the latest opencv-android-sdk.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages