File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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+
35A 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+)
You can’t perform that action at this time.
0 commit comments