All Projects → iamareebjamal → opencv-android

iamareebjamal / opencv-android

Licence: BSD-3-Clause License
Auto building AAR for OpenCV Android

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to opencv-android

GradleMavenPush
Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories).
Stars: ✭ 21 (+0%)
Mutual labels:  aar-library, aar
Xamarin.Android.OpenCV
C# bindings for the OpenCV Android SDK
Stars: ✭ 87 (+314.29%)
Mutual labels:  opencv-android-sdk
opencv-android-sdk-with-contrib
opencv341 android sdk with contrib module build on windows.
Stars: ✭ 25 (+19.05%)
Mutual labels:  opencv-android-sdk
Time4A
Advanced Date and Time Library for Android
Stars: ✭ 67 (+219.05%)
Mutual labels:  aar-library
opencv android setup tutorial
Tutorial on OpenCV for Android with Android Studio
Stars: ✭ 32 (+52.38%)
Mutual labels:  opencv-android-sdk
android-pls-parser
A playlist file (*.pls) parser library for Android
Stars: ✭ 19 (-9.52%)
Mutual labels:  aar-library
Fat Aar Android
A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
Stars: ✭ 2,076 (+9785.71%)
Mutual labels:  aar
RocketXPlugin
🔥🔥 android 端编译加速插件🚀 自动识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。
Stars: ✭ 408 (+1842.86%)
Mutual labels:  aar

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].