Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Augmented Reality simple shape detector using OpenCV for >= Android 4.0 #
Attention: This app was created in 2016. I was a beginner to Android development back then.
Attention: This app was created in 2016. I was a beginner to Android development and Computer Vision back then.
So don't expect a perfect code please. In 2021 I updated the project to build with the latest Android Studio (2020.3.1), updated most dependencies and converted it to Kotlin, while the business logic remained unchanged.

<img src="/shapedetection.png" alt="Augmented Reality shape detection" width="400px"/>
Expand All @@ -12,7 +12,7 @@ So don't expect a perfect code please. In 2021 I updated the project to build wi

* IDE: Android Studio (tested with 2020.3.1)
* Android SDK
* Dependencies: OpenCV 3.0.0 library (included)
* Dependencies: OpenCV 3 library (included) [License](/opencv-3-4-15/LICENSE)
* Images location: res/drawable | Sounds location: res/raw
* Mode (label/image): Flag in MainActivity (default labels)
* Mode (all colors / red only): Flag in MainActivity (default all colors)
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation 'androidx.activity:activity-ktx:1.3.1'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation project(':openCVLibrary300')
implementation project(':opencv-3-4-15')

testImplementation 'junit:junit:4.13.2'
}
18 changes: 0 additions & 18 deletions openCVLibrary300/build.gradle

This file was deleted.

5 changes: 0 additions & 5 deletions openCVLibrary300/src/main/AndroidManifest.xml

This file was deleted.

1,312 changes: 0 additions & 1,312 deletions openCVLibrary300/src/main/java/org/opencv/calib3d/Calib3d.java

This file was deleted.

330 changes: 0 additions & 330 deletions openCVLibrary300/src/main/java/org/opencv/calib3d/StereoBM.java

This file was deleted.

Loading