Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Feb 25, 2024
1 parent 9ad9dbb commit 061e077
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Augmented Reality Template Matching using the NDK with an async approach (Coroutines) for >= Android 4.0
# Augmented Reality Template Matching using the NDK with an async approach (Coroutines) using OpenCV 4 for Android
## Approach: Feature Matching - Brute-Force Matching with ORB Descriptors
[![Android CI](https://github.com/michaeltroger/feature-matching-native-android/actions/workflows/android.yml/badge.svg)](https://github.com/michaeltroger/feature-matching-native-android/actions/workflows/android.yml)

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.
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. Over the years I updated the dependencies and converted it to Kotlin, while the business logic remained unchanged.

Note: Originally I targeted min SDK 15 (Android 4), more architectures ("mips", "mips64", "armeabi") and OpenCV 3 with this project. Nowadays the repo uses newer versions. If you need to support older devices, then you can look back in the repo's Git history (app version 1.1 / Git tag 2)

<img src="/screenshots/demo.gif" alt="Feature matching native" width="800px"/>
Copyright of the logo: The Coca-Cola Company
Expand All @@ -16,9 +17,9 @@ Copyright of the logo: The Coca-Cola Company
* More computer vision projects at https://michaeltroger.com/computervision/

### How do I get set up?
* IDE: Android Studio (tested with 2020.3.1)
* IDE: Android Studio (tested with 2023.3.1)
* Android SDK & NDK
* Dependencies: OpenCV 3 library (included) [License](/opencv-3-4-15/LICENSE)
* Dependencies: OpenCV 4 library (included) [License](/opencv/LICENSE)
* Template image location: res/drawable Changeable in CameraPreviewView

### Default template image
Expand Down

0 comments on commit 061e077

Please sign in to comment.