Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger authored Feb 8, 2024
1 parent 46d7653 commit 9684e2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

<img src="/screenshots/demo.gif" alt="Augmented Reality shape detection" width="800px"/>

### What is this repository for? ###
Expand Down

0 comments on commit 9684e2e

Please sign in to comment.