Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Commit 2fe904c

Browse files
authored
Merge pull request #2 from bitbar/opencv-update
Opencv update
2 parents 8758e8d + 404240a commit 2fe904c

File tree

16 files changed

+60
-240
lines changed

16 files changed

+60
-240
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
dependency-reduced-pom.xml
22
example/lib/image_recognition_library_test.jar
33
target/
4-
testdroid.properties
54
run-tests.sh
65
*.zip
76
application.ipa
@@ -10,4 +9,5 @@ application.apk
109
*.project
1110
*.settings/
1211
.DS_Store
13-
12+
*.idea
13+
*.iml

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ Run Appium:
4040

4141
```
4242
cd example
43-
44-
# Install OpenCV (change path according to your platform)
45-
mvn install:install-file -Dfile=lib/linux/opencv/opencv-2413.jar -DgroupId=opencv -DartifactId=opencv -Dversion=2.4.13 -Dpackaging=jar
4643
4744
# Download the example Android application
4845
wget https://github.com/bitbar/testdroid-samples/blob/master/apps/builds/BitbarSampleApp.apk -O application.apk

example/lib/linux/opencv/LICENSE

Lines changed: 0 additions & 41 deletions
This file was deleted.
-17.8 MB
Binary file not shown.
-440 KB
Binary file not shown.

example/lib/mac/opencv/LICENSE

Lines changed: 0 additions & 41 deletions
This file was deleted.
-16.7 MB
Binary file not shown.
-440 KB
Binary file not shown.

example/lib/win/opencv/LICENSE

Lines changed: 0 additions & 41 deletions
This file was deleted.
-442 KB
Binary file not shown.

0 commit comments

Comments
 (0)