Image Marker Recognition - ANDROID [closed]
Hello! I am not OpenCV expert! I need to develop an Android App that recognizes images of Marker saved in memory.
I have developed an App that uses the "public Mat onCameraFrame(CvCameraViewFrame inputFrame)" method, to capture the frames by the camera.
In this metod I have got two Mat object: - inputFrame--> the actual frame captured from the camera - markerImage--> a Mat object that load an image marker from tablet memory
How can I check if in the inputFrame there is the markerImage and so do anything? Is my approach correct?
Thank you very much! Best Regard
what kind of markers ? if you're free to choose, opencv has nice support for aruco Markers
also, please do not post duplicate questions here (i deleted the last one)
Thank you very much for your answer!
Yes, I am free to choose and the Aruco Markers are very good!
I think that I must use C++ code in my Android Application. But I can not find tutorial on how to import Aruco Library and use it.
Can you help me?
thank you very much!
tutorials are only for eclipse (kinda outdated), unfortunately
please use the search box, e.g. like this
i don't think, that you have to use jni code for the aruco markers (iirc, java bindings were recently added), but you might have to build the whole thing locally. (since it needs modules from opencv_contrib)
again, can't help much further, not using android at all here.
Ok thanks! unfortunately I do not know where to start to learn how to implement an Android Studio Marker Recognition..
is there anybody that can help me? I can not find a good and easy tutorial to do this app..