From 9684e2e9d0577555a7d646f0cb52684a7cca9a03 Mon Sep 17 00:00:00 2001 From: Michael Troger Date: Thu, 8 Feb 2024 23:15:59 +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 9bfeb3c..e100747 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# Augmented Reality simple shape detector using OpenCV +# Augmented Reality simple shape detector using OpenCV 4 [![Android CI](https://github.com/michaeltroger/shape-detection-android/actions/workflows/android.yml/badge.svg)](https://github.com/michaeltroger/shape-detection-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. +Note: Originally I targeted min SDK 15 and OpenCV 3 with this project, nowadays the repo uses newer versions. If the old versions is something that you need, then you can look back in the repo's Git history (app version 1.2) + Augmented Reality shape detection ### What is this repository for? ###