Skip to content

Commit b2ab5c1

Browse files
authored
Update README.md
1 parent 24b4567 commit b2ab5c1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Android Rectangle Detector
22

3+
[![](https://jitpack.io/v/smartbank-inc/android-rectangle-detector.svg)](https://jitpack.io/#smartbank-inc/android-rectangle-detector)
4+
35
A simple implementation of rectangle detector on Android using OpenCV.
46

57
<img src="https://user-images.githubusercontent.com/12740720/137485630-4e1595e7-9655-4f52-9626-9e3c603b9907.png" width="320">
8+
9+
## Download
10+
11+
### Gradle
12+
13+
Add it in your root build.gradle at the end of repositories:
14+
15+
```groovy
16+
allprojects {
17+
repositories {
18+
...
19+
maven { url 'https://jitpack.io' }
20+
}
21+
}
22+
```
23+
24+
Add the dependency in your module's build.gradle:
25+
26+
```groovy
27+
dependencies {
28+
implementation "com.github.smartbank-inc:android-rectangle-detector:${latest_version}"
29+
}
30+
```
31+
32+
## Requirements
33+
34+
Android 8.0+ (API Level: 26+)

0 commit comments

Comments
 (0)