Is it possible when I detect an object with the haar cascade classifier, to render a 3d object over the detected area?
Lets say I detect a face and I want to render super mario in the area of the face. I know I have to use OpenGL ES for rendering objects.
Should it be something with SurfaceTexture? An advice would be useful too! Thank you in advance!