From 979ced8e929208a43b5c28c05e9a5ab70e9b8838 Mon Sep 17 00:00:00 2001 From: Michael Troger Date: Thu, 29 Feb 2024 02:06:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a78796a..f6ae278 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Augmented Reality Template Matching using the Android NDK +# Augmented Reality Template Matching using the Android NDK (based on C++) ## Approach: Feature Matching - Brute-Force Matching with ORB Descriptors ## Uses an async approach (Coroutines) and OpenCV 4