https://github.com/d-kicinski/opencv-android
OpenCV for Android but packaged.
https://github.com/d-kicinski/opencv-android
andorid jitpack opencv
Last synced: about 1 month ago
JSON representation
OpenCV for Android but packaged.
- Host: GitHub
- URL: https://github.com/d-kicinski/opencv-android
- Owner: d-kicinski
- License: apache-2.0
- Created: 2020-11-06T23:59:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T10:37:06.000Z (over 5 years ago)
- Last Synced: 2025-04-09T12:25:17.353Z (about 1 year ago)
- Topics: andorid, jitpack, opencv
- Language: Java
- Homepage:
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opencv-android
[](https://jitpack.io/#d-kicinski/opencv-android)
OpenCV for Android but packaged.
No idea why they won't push it do maven repository. I hope that I'm not breaking their license or something :thinking:
### Usage
1. Add jitpack package index
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
2. Add opencv as dependency to your module.
```groovy
dependencies {
implementation 'com.github.d-kicinski:opencv-android:v4.4.0'
}
```