Publish Android openCV Tutorial

asked 2019-09-03 05:53:21 -0600

LiorA gravatar image

Hi,

In the last 4 months I attempted to make an openCV android app. As a result I had to learn how to use openCV in Android environment, And I implemented ~5000 lines of code doing so. (Its not my main app)

I struggled during this learning pace. And I think that I can make this pace more pleasant for the next juniours If I will publish it somewhere..

Do you think the same ?

edit retag flag offensive close merge delete

Comments

Hi, I think it is absolutely greate idea. As for myself, now I'm strugglingd to implement ORB feature detection algorithm in Python using OpenCV and there is a dearth of tutorials and articles on how to get started with it. Please do consider publishing the blog post. If you have solved the ORB problem, can you help me? I googled this and yours is the first result that comes up and what you were trying to do align with what I need to do now. Thank you.

AAA gravatar imageAAA ( 2020-04-22 08:26:22 -0600 )edit
LiorA gravatar imageLiorA ( 2020-04-23 16:45:43 -0600 )edit

Hi thankyou for the tutorial. I actually meant to say implementing openCV ORB in Android environment. I managed to make it work using openCV sdk for android and coded the ORB in java. Now i'm trying to write it in C++ to make a jni call to opencv.

AAA gravatar imageAAA ( 2020-04-24 02:53:15 -0600 )edit