From e96c05408e10622628177e9f6c315cc5a553ba50 Mon Sep 17 00:00:00 2001 From: Michael Troger Date: Thu, 29 Feb 2024 02:03:26 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df3a19d..a78796a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# Augmented Reality Template Matching using the NDK with an async approach (Coroutines) using OpenCV 4 for Android +# Augmented Reality Template Matching using the Android NDK ## Approach: Feature Matching - Brute-Force Matching with ORB Descriptors +## Uses an async approach (Coroutines) and OpenCV 4 + [![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. Over the years I updated the dependencies and converted it to Kotlin, while the business logic remained unchanged.