Publish Android openCV Tutorial
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 ?
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.
look in this channel: https://www.youtube.com/watch?v=Fe-KW...
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.