How to draw 3D objects in camerabridgeviewbase for Augmented Reality (Android + Opencv + Opengl)
I'm making an Augmented Reality app for android, at the moment my app make the camera calibration, recognize an specific marker, classify it by ID and draw a 3D line. Now I have to draw a more complex 3d object like persons, cars etc... I know that it's necessary to use OpenGL, but I do not know nothing about it and all examples that I found don't show how to implements OpenGL in OpenCV images.