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